]> code.ossystems Code Review - openembedded-core.git/commitdiff
sqlite3: no need to inherit pkgconfig_stage
authorKevin Tian <kevin.tian@intel.com>
Wed, 21 Jul 2010 07:03:52 +0000 (15:03 +0800)
committerRichard Purdie <rpurdie@linux.intel.com>
Wed, 21 Jul 2010 20:44:37 +0000 (21:44 +0100)
since its makefile does right steps to install .pc now

Signed-off-by: Kevin Tian <kevin.tian@intel.com>
meta/packages/sqlite/sqlite3.inc

index 11e901114a0d62afe63a6c56b28bbc0183e7c112..1b23818ad6abd41d6b58faf0099b8709f971a409 100644 (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"