summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb
diff options
context:
space:
mode:
authorTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
committerTudor Florea <tudor.florea@enea.com>2015-10-08 22:51:41 +0200
commit1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e (patch)
treea21a5fc103bb3bd65ecd85ed22be5228fc54e447 /meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb
downloadmeta-openembedded-1219bf8a90a7bf8cd3a5363551ef635d51e8fc8e.tar.gz
initial commit for Enea Linux 5.0 arm
Signed-off-by: Tudor Florea <tudor.florea@enea.com>
Diffstat (limited to 'meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb')
-rw-r--r--meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb26
1 files changed, 26 insertions, 0 deletions
diff --git a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb
new file mode 100644
index 000000000..d9a03c6d4
--- /dev/null
+++ b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb
@@ -0,0 +1,26 @@
1SUMMARY = "Command line XML toolkit"
2DESCRIPTION = "XMLStarlet is a command line XML toolkit which can be used to \
3 transform, query, validate, and edit XML documents and files \
4 using simple set of shell commands in similar way it is done \
5 for plain text files using grep/sed/awk/tr/diff/patch."
6HOMEPAGE = "http://xmlstar.sourceforge.net/"
7BUGTRACKER = "http://xmlstar.sourceforge.net/bugs/"
8
9SECTION = "console/utils"
10LICENSE = "MIT"
11LIC_FILES_CHKSUM = "file://COPYING;md5=c04760d09e8b0fe73283d0cc9e8bea53"
12
13DEPENDS = "libxml2 libxslt"
14
15SRC_URI = "${SOURCEFORGE_MIRROR}/xmlstar/${BP}.tar.gz \
16 file://configure.ac.patch \
17 file://0001-usage2c.awk-fix-wrong-basename-regexp.patch"
18SRC_URI[md5sum] = "0c6db295d0cf9ff0d439edb755b7e8f6"
19SRC_URI[sha256sum] = "47b4ed042ea2909257f2a386001af49fceb303f84da7214779ccf99fffc6bbba"
20
21inherit autotools
22
23# doc build: requires (native) xstlproc, fop, pdf2ps
24EXTRA_OECONF="--disable-build-docs \
25 --with-libxml-prefix=${STAGING_LIBDIR}/.. \
26 --with-libxslt-prefix=${STAGING_LIBDIR}/.."