aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/sqlite/sqlite3.inc
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/sqlite/sqlite3.inc')
-rw-r--r--recipes/sqlite/sqlite3.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/sqlite/sqlite3.inc b/recipes/sqlite/sqlite3.inc
index b13fb1c05d..191c83c14a 100644
--- a/recipes/sqlite/sqlite3.inc
+++ b/recipes/sqlite/sqlite3.inc
@@ -9,7 +9,7 @@ SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
S = "${WORKDIR}/sqlite-${PV}"
-inherit autotools_stage pkgconfig
+inherit autotools pkgconfig
EXTRA_OECONF = "--disable-tcl --enable-shared \
--enable-threadsafe"