mirror of
https://git.yoctoproject.org/poky
synced 2026-04-17 18:32:12 +02:00
sqlite: remove dependency on tcl-native
Older versions of sqlite required tclsh at compile time but this is no longer the case with recent 3.7.x. See http://lists.linuxtogo.org/pipermail/openembedded-core/2011-June/003653.html (From OE-Core rev: cf8ef471d9620011e52462a84962b7f7ebf4e128) Signed-off-by: Phil Blundell <philb@gnu.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3bb917dbdb
commit
3263183e92
@@ -2,8 +2,8 @@ DESCRIPTION = "An Embeddable SQL Database Engine"
|
||||
HOMEPAGE = "http://www.sqlite.org"
|
||||
SECTION = "libs"
|
||||
PRIORITY = "optional"
|
||||
DEPENDS = "readline ncurses tcl-native"
|
||||
DEPENDS_virtclass-native = "tcl-native"
|
||||
DEPENDS = "readline ncurses"
|
||||
DEPENDS_virtclass-native = ""
|
||||
LICENSE = "PD"
|
||||
|
||||
inherit autotools pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user