diff options
author | Phil Blundell <pb@pbcl.net> | 2011-06-03 11:40:55 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-07 21:38:37 +0100 |
commit | 3263183e9232f739df4c4b4b3e495f8de325ea39 (patch) | |
tree | 02ec81b603261c1edf0d0fee57c81b43fb5e5422 /meta/recipes-support/sqlite/sqlite3.inc | |
parent | 3bb917dbdbcc8f5144d34c9af78209523de70981 (diff) | |
download | poky-3263183e9232f739df4c4b4b3e495f8de325ea39.tar.gz |
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>
Diffstat (limited to 'meta/recipes-support/sqlite/sqlite3.inc')
-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" | |||
2 | HOMEPAGE = "http://www.sqlite.org" | 2 | HOMEPAGE = "http://www.sqlite.org" |
3 | SECTION = "libs" | 3 | SECTION = "libs" |
4 | PRIORITY = "optional" | 4 | PRIORITY = "optional" |
5 | DEPENDS = "readline ncurses tcl-native" | 5 | DEPENDS = "readline ncurses" |
6 | DEPENDS_virtclass-native = "tcl-native" | 6 | DEPENDS_virtclass-native = "" |
7 | LICENSE = "PD" | 7 | LICENSE = "PD" |
8 | 8 | ||
9 | inherit autotools pkgconfig | 9 | inherit autotools pkgconfig |