diff options
author | Phil Blundell <pb@pbcl.net> | 2011-06-03 11:40:55 +0100 |
---|---|---|
committer | Saul Wold <sgw@linux.intel.com> | 2011-06-06 23:51:25 -0700 |
commit | cf8ef471d9620011e52462a84962b7f7ebf4e128 (patch) | |
tree | 20c1b0922cd2108c8b7a4ab2714bd4e4f09b6363 /meta | |
parent | c5dddf2dec0c6aed1db44a7ecf14d13502759d03 (diff) | |
download | openembedded-core-cf8ef471d9620011e52462a84962b7f7ebf4e128.tar.gz openembedded-core-cf8ef471d9620011e52462a84962b7f7ebf4e128.tar.bz2 openembedded-core-cf8ef471d9620011e52462a84962b7f7ebf4e128.zip |
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
Signed-off-by: Phil Blundell <philb@gnu.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/sqlite/sqlite3.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/sqlite/sqlite3.inc b/meta/recipes-support/sqlite/sqlite3.inc index d8ef8dc2c5..939df14926 100644 --- a/meta/recipes-support/sqlite/sqlite3.inc +++ b/meta/recipes-support/sqlite/sqlite3.inc @@ -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 |