xref: /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/raptor2/raptor2_2.0.15.bb (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1SUMMARY = "Library for parsing and serializing RDF syntaxes"
2LICENSE = "GPL-2.0-only | LGPL-2.1-only | Apache-2.0"
3LIC_FILES_CHKSUM = " \
4    file://LICENSE.txt;md5=b840e5ae3aeb897f45b473341348cd9c \
5    file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
6    file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \
7    file://LICENSE-2.0.txt;md5=3b83ef96387f14655fc854ddc3c6bd57 \
8"
9
10DEPENDS = "libxml2 libxslt curl yajl"
11
12SRC_URI = " \
13    http://download.librdf.org/source/${BPN}-${PV}.tar.gz \
14    file://0001-configure.ac-do-additional-checks-on-libxml2-also-wh.patch \
15"
16SRC_URI[md5sum] = "a39f6c07ddb20d7dd2ff1f95fa21e2cd"
17SRC_URI[sha256sum] = "ada7f0ba54787b33485d090d3d2680533520cd4426d2f7fb4782dd4a6a1480ed"
18
19inherit autotools pkgconfig
20
21EXTRA_OECONF = " \
22    --without-xml2-config \
23    --without-curl-config \
24    --without-xslt-config \
25"
26