blob: 393df539b58b48c3d409fdda187be3077c3b9015 (
plain)
1
2
3
4
5
6
7
8
9
|
SRC_URI = "http://download.librdf.org/source/redland-1.0.8.tar.gz \
file://crosscompile.patch;patch=1 \
file://sane_pkgconfig.patch;patch=1"
PR = "r3"
EXTRA_OECONF = "--with-bdb-lib=${STAGING_LIBDIR} --with-bdb-include=${STAGING_INCDIR} --with-sqlite=no"
inherit autotools_stage
|