xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1*4882a593SmuzhiyunSUMMARY = "Command line XML toolkit"
2*4882a593SmuzhiyunDESCRIPTION = "XMLStarlet is a command line XML toolkit which can be used to \
3*4882a593Smuzhiyun               transform, query, validate, and edit XML documents and files \
4*4882a593Smuzhiyun               using  simple set of shell commands in similar way it is done \
5*4882a593Smuzhiyun               for plain text files using grep/sed/awk/tr/diff/patch."
6*4882a593SmuzhiyunHOMEPAGE = "http://xmlstar.sourceforge.net/"
7*4882a593SmuzhiyunBUGTRACKER = "http://xmlstar.sourceforge.net/bugs/"
8*4882a593Smuzhiyun
9*4882a593SmuzhiyunSECTION = "console/utils"
10*4882a593SmuzhiyunLICENSE = "MIT"
11*4882a593SmuzhiyunLIC_FILES_CHKSUM = "file://COPYING;md5=c04760d09e8b0fe73283d0cc9e8bea53"
12*4882a593Smuzhiyun
13*4882a593SmuzhiyunDEPENDS = "libxml2 libxslt"
14*4882a593Smuzhiyun
15*4882a593SmuzhiyunSRC_URI = "${SOURCEFORGE_MIRROR}/xmlstar/${BP}.tar.gz \
16*4882a593Smuzhiyun           file://configure.ac.patch \
17*4882a593Smuzhiyun           file://0001-usage2c.awk-fix-wrong-basename-regexp.patch"
18*4882a593SmuzhiyunSRC_URI[md5sum] = "f3c5dfa3b1a2ee06cd57c255cc8b70a0"
19*4882a593SmuzhiyunSRC_URI[sha256sum] = "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca"
20*4882a593Smuzhiyun
21*4882a593Smuzhiyuninherit autotools
22*4882a593Smuzhiyun
23*4882a593Smuzhiyun# doc build: requires (native) xstlproc, fop, pdf2ps
24*4882a593SmuzhiyunEXTRA_OECONF="--disable-build-docs \
25*4882a593Smuzhiyun  --with-libxml-prefix=${STAGING_LIBDIR}/.. \
26*4882a593Smuzhiyun  --with-libxslt-prefix=${STAGING_LIBDIR}/.."
27*4882a593Smuzhiyun
28*4882a593Smuzhiyun# http://errors.yoctoproject.org/Errors/Details/157121/
29*4882a593Smuzhiyun# /bin/bash: src/usage.c: No such file or directory
30*4882a593Smuzhiyun# Makefile:2121: recipe for target 'src/usage.c' failed
31*4882a593SmuzhiyunPARALLEL_MAKE = ""
32