summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb (renamed from meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb)11
1 files changed, 2 insertions, 9 deletions
diff --git a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
index bf99aff437..e3d52e616a 100644
--- a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.5.0.bb
+++ b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb
@@ -15,8 +15,8 @@ DEPENDS = "libxml2 libxslt"
15SRC_URI = "${SOURCEFORGE_MIRROR}/xmlstar/${BP}.tar.gz \ 15SRC_URI = "${SOURCEFORGE_MIRROR}/xmlstar/${BP}.tar.gz \
16 file://configure.ac.patch \ 16 file://configure.ac.patch \
17 file://0001-usage2c.awk-fix-wrong-basename-regexp.patch" 17 file://0001-usage2c.awk-fix-wrong-basename-regexp.patch"
18SRC_URI[md5sum] = "0c6db295d0cf9ff0d439edb755b7e8f6" 18SRC_URI[md5sum] = "f3c5dfa3b1a2ee06cd57c255cc8b70a0"
19SRC_URI[sha256sum] = "47b4ed042ea2909257f2a386001af49fceb303f84da7214779ccf99fffc6bbba" 19SRC_URI[sha256sum] = "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca"
20 20
21inherit autotools 21inherit autotools
22 22
@@ -24,10 +24,3 @@ inherit autotools
24EXTRA_OECONF="--disable-build-docs \ 24EXTRA_OECONF="--disable-build-docs \
25 --with-libxml-prefix=${STAGING_LIBDIR}/.. \ 25 --with-libxml-prefix=${STAGING_LIBDIR}/.. \
26 --with-libxslt-prefix=${STAGING_LIBDIR}/.." 26 --with-libxslt-prefix=${STAGING_LIBDIR}/.."
27
28#Makefile:2116: recipe for target 'src/elem-usage.c' failed
29#make[1]: *** [src/elem-usage.c] Error 1
30#/bin/bash: src/escape-usage.c: No such file or directory
31#Makefile:2116: recipe for target 'src/escape-usage.c' failed
32#make[1]: *** [src/escape-usage.c] Error 1
33PARALLEL_MAKE = ""