diff options
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 |