summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/sqlite
diff options
context:
space:
mode:
authorPhil Blundell <pb@pbcl.net>2011-06-03 11:40:55 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-06-07 21:38:37 +0100
commit3263183e9232f739df4c4b4b3e495f8de325ea39 (patch)
tree02ec81b603261c1edf0d0fee57c81b43fb5e5422 /meta/recipes-support/sqlite
parent3bb917dbdbcc8f5144d34c9af78209523de70981 (diff)
downloadpoky-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')
-rw-r--r--meta/recipes-support/sqlite/sqlite3.inc4
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"
2HOMEPAGE = "http://www.sqlite.org" 2HOMEPAGE = "http://www.sqlite.org"
3SECTION = "libs" 3SECTION = "libs"
4PRIORITY = "optional" 4PRIORITY = "optional"
5DEPENDS = "readline ncurses tcl-native" 5DEPENDS = "readline ncurses"
6DEPENDS_virtclass-native = "tcl-native" 6DEPENDS_virtclass-native = ""
7LICENSE = "PD" 7LICENSE = "PD"
8 8
9inherit autotools pkgconfig 9inherit autotools pkgconfig