sqlite3: no need to inherit pkgconfig_stage

since its makefile does right steps to install .pc now

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
This commit is contained in:
Kevin Tian 2010-07-21 15:03:52 +08:00 committed by Richard Purdie
parent b376a803ca
commit d8db718b89
1 changed files with 1 additions and 1 deletions

View File

@ -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"