diff options
author | Phil Blundell <philb@gnu.org> | 2004-06-14 19:16:47 +0000 |
---|---|---|
committer | Phil Blundell <philb@gnu.org> | 2004-06-14 19:16:47 +0000 |
commit | 982555c84ffaadc71e3b3f604c5a5b7a68b875f4 (patch) | |
tree | 0d84aa70b7e8442c463c119da1dfe229e2987eb6 /sqlite/sqlite_2.8.9.oe | |
parent | 2bf8e968ebd7abec246e624b9aeff322319a9e8d (diff) |
package libraries separately from binaries to stop libncurses4 getting dragged into gpe-image
BKrev: 40cdf99ftKIpDXcFhqoDQdsDAZZhhQ
Diffstat (limited to 'sqlite/sqlite_2.8.9.oe')
-rw-r--r-- | sqlite/sqlite_2.8.9.oe | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sqlite/sqlite_2.8.9.oe b/sqlite/sqlite_2.8.9.oe index 647872280a..c9c55de4bc 100644 --- a/sqlite/sqlite_2.8.9.oe +++ b/sqlite/sqlite_2.8.9.oe @@ -1,8 +1,13 @@ +PR = "r1" DESCRIPTION = "An Embeddable SQL Database Engine" SECTION = "libs" PRIORITY = "optional" DEPENDS = "base/readline base/ncurses" +PACKAGES =+ "sqlite-bin" + +FILES_sqlite-bin = "${bindir}" + SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ file://crosscompile.patch;patch=1" |