diff options
author | Chris Larson <clarson@kergoth.com> | 2004-07-02 21:54:16 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-07-02 21:54:16 +0000 |
commit | 995161d9c5b8b571be91e9f47cb5dd7a376df8ab (patch) | |
tree | b96a1b336eeeea7765cbbee1fc8ee7a579b1cab1 /sqlite | |
parent | aa1acc005fba121a63f980235c0a33e6a059e18c (diff) |
Remove base/ CATEGORY remnants.
BKrev: 40e5d988_ZJmyu3FYHwcnSRm2W9QGA
Diffstat (limited to 'sqlite')
-rw-r--r-- | sqlite/sqlite_2.8.9.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sqlite/sqlite_2.8.9.oe b/sqlite/sqlite_2.8.9.oe index c9c55de4bc..883e7d69e0 100644 --- a/sqlite/sqlite_2.8.9.oe +++ b/sqlite/sqlite_2.8.9.oe @@ -2,7 +2,7 @@ PR = "r1" DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" -DEPENDS = "base/readline base/ncurses" +DEPENDS = "readline ncurses" PACKAGES =+ "sqlite-bin" |