The way things were before we were missing tcl-native. In addition,
we can clean up the recipes slightly since sqlite3.inc is where we
set BBCLASSEXTEND = "native"
Signed-off-by: Tom Rini <tom_rini@mentor.com>
SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "readline ncurses"
-DEPENDS_append_virtclass-native = " tcl-native"
+DEPENDS_virtclass-native = "tcl-native readline-native ncurses-native"
LICENSE = "PD"
-INC_PR = "r3"
+INC_PR = "r4"
SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
file://libtool.patch"
require sqlite3.inc
-PR = "${INC_PR}.1"
-
-DEPENDS_virtclass-native = "readline-native ncurses-native"
+PR = "${INC_PR}.0"
SRC_URI[md5sum] = "d99f1b31da0eb33271464bee15cec701"
SRC_URI[sha256sum] = "1a0517438a573a68ab73e8ed75d194086d55d75883542ab1d5ae1080bbddd492"
-
-BBCLASSEXTEND = "native"
DEFAULT_PREFERENCE = "-1"
-DEPENDS_virtclass-native = "readline-native ncurses-native"
-
SRC_URI = "http://www.sqlite.org/sqlite-autoconf-3070500.tar.gz"
S = "${WORKDIR}/sqlite-autoconf-3070500"
SRC_URI[md5sum] = "a9604a82613ade2e7f4c303f233e477f"
SRC_URI[sha256sum] = "cb5b86926ec9f65882b2dddd244f2d620337d911ec73411863f77e48cf6a2f94"
-
-BBCLASSEXTEND = "native"