summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb')
-rw-r--r--meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
index 85012bcfb..7014a28c0 100644
--- a/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
+++ b/meta-oe/recipes-support/raptor2/raptor2_2.0.16.bb
@@ -7,18 +7,18 @@ LIC_FILES_CHKSUM = " \
7 file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \ 7 file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
8" 8"
9 9
10DEPENDS = "libxml2 libxslt curl yajl" 10DEPENDS = "bison-native flex-native libxml2 libxslt curl yajl"
11 11
12SRC_URI = " \ 12SRC_URI = " \
13 http://download.librdf.org/source/${BPN}-${PV}.tar.gz \ 13 http://download.librdf.org/source/${BPN}-${PV}.tar.gz \
14 file://0001-Remove-the-access-to-entities-checked-private-symbol.patch \ 14 file://0001-Remove-the-access-to-entities-checked-private-symbol.patch \
15 file://raptor-2.0.16-dont_use_curl-config.patch \
15" 16"
16SRC_URI[sha256sum] = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680" 17SRC_URI[sha256sum] = "089db78d7ac982354bdbf39d973baf09581e6904ac4c92a98c5caadb3de44680"
17 18
18inherit autotools pkgconfig gtk-doc 19inherit autotools pkgconfig gtk-doc perlnative
19 20
20EXTRA_OECONF = " \ 21EXTRA_OECONF = " \
21 --without-xml2-config \ 22 --without-xml2-config \
22 --without-curl-config \
23 --without-xslt-config \ 23 --without-xslt-config \
24" 24"