diff options
Diffstat (limited to 'meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb')
-rw-r--r-- | meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb index 61eeaaa095..c8cfd884e2 100644 --- a/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb +++ b/meta-oe/recipes-support/xmlstarlet/xmlstarlet_1.6.1.bb | |||
@@ -16,13 +16,14 @@ SRC_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 \ |
18 | file://0001-Make-xmlError-struct-constant.patch \ | 18 | file://0001-Make-xmlError-struct-constant.patch \ |
19 | file://0001-Fix-hash_key_put-signature.patch" | 19 | file://0001-Fix-hash_key_put-signature.patch \ |
20 | file://0001-Define-ATTRIBUTE_UNUSED-if-its-not-defined.patch" | ||
20 | SRC_URI[sha256sum] = "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca" | 21 | SRC_URI[sha256sum] = "15d838c4f3375332fd95554619179b69e4ec91418a3a5296e7c631b7ed19e7ca" |
21 | 22 | ||
22 | inherit autotools | 23 | inherit autotools |
23 | 24 | ||
24 | # doc build: requires (native) xstlproc, fop, pdf2ps | 25 | # doc build: requires (native) xstlproc, fop, pdf2ps |
25 | EXTRA_OECONF="--disable-build-docs \ | 26 | EXTRA_OECONF = "--disable-build-docs \ |
26 | --with-libxml-prefix=${STAGING_LIBDIR}/.. \ | 27 | --with-libxml-prefix=${STAGING_LIBDIR}/.. \ |
27 | --with-libxslt-prefix=${STAGING_LIBDIR}/.." | 28 | --with-libxslt-prefix=${STAGING_LIBDIR}/.." |
28 | 29 | ||