mirror of
https://git.yoctoproject.org/poky
synced 2026-09-15 06:49:33 +02:00
sqlite3: Add missing DEPENDS on tcl-native
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
DESCRIPTION = "An Embeddable SQL Database Engine"
|
DESCRIPTION = "An Embeddable SQL Database Engine"
|
||||||
SECTION = "libs"
|
SECTION = "libs"
|
||||||
PRIORITY = "optional"
|
PRIORITY = "optional"
|
||||||
DEPENDS = "readline ncurses"
|
DEPENDS = "readline ncurses tcl-native"
|
||||||
LICENSE = "PD"
|
LICENSE = "PD"
|
||||||
|
|
||||||
SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
|
SRC_URI = "http://www.sqlite.org/sqlite-${PV}.tar.gz \
|
||||||
|
|||||||
Reference in New Issue
Block a user