From: Kevin Tian Date: Wed, 21 Jul 2010 07:03:52 +0000 (+0800) Subject: sqlite3: no need to inherit pkgconfig_stage X-Git-Tag: 2011-1~5177 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d8db718b898139c8947b78031a0019b9b424f2bb;p=openembedded-core.git sqlite3: no need to inherit pkgconfig_stage since its makefile does right steps to install .pc now Signed-off-by: Kevin Tian --- diff --git a/meta/packages/sqlite/sqlite3.inc b/meta/packages/sqlite/sqlite3.inc index 11e901114a..1b23818ad6 100644 --- a/meta/packages/sqlite/sqlite3.inc +++ b/meta/packages/sqlite/sqlite3.inc @@ -10,7 +10,7 @@ SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ S = "${WORKDIR}/sqlite-${PV}" -inherit autotools pkgconfig pkgconfig_stage +inherit autotools pkgconfig EXTRA_OECONF = "--disable-tcl --enable-shared \ --enable-threadsafe"