diff options
author | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:04:17 +0100 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2009-06-12 16:04:17 +0100 |
commit | 82f808f42ae5511224d4f9d98548c95efaa3e347 (patch) | |
tree | 898930377af02ed7425c14407789438fab684005 /meta | |
parent | d555a2164609e240b2611b12c7ee7345c57a8ece (diff) | |
download | poky-82f808f42ae5511224d4f9d98548c95efaa3e347.tar.gz |
sqlite3: Use pkgconfig_stage
Diffstat (limited to 'meta')
-rw-r--r-- | meta/packages/sqlite/sqlite3.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/sqlite/sqlite3.inc b/meta/packages/sqlite/sqlite3.inc index 93a536e8b6..d688e75e28 100644 --- a/meta/packages/sqlite/sqlite3.inc +++ b/meta/packages/sqlite/sqlite3.inc | |||
@@ -9,7 +9,7 @@ SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \ | |||
9 | 9 | ||
10 | S = "${WORKDIR}/sqlite-${PV}" | 10 | S = "${WORKDIR}/sqlite-${PV}" |
11 | 11 | ||
12 | inherit autotools pkgconfig | 12 | inherit autotools pkgconfig pkgconfig_stage |
13 | 13 | ||
14 | EXTRA_OECONF = "--disable-tcl --enable-shared \ | 14 | EXTRA_OECONF = "--disable-tcl --enable-shared \ |
15 | --enable-threadsafe" | 15 | --enable-threadsafe" |