summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-06-14 19:16:47 +0000
committerPhil Blundell <philb@gnu.org>2004-06-14 19:16:47 +0000
commit982555c84ffaadc71e3b3f604c5a5b7a68b875f4 (patch)
tree0d84aa70b7e8442c463c119da1dfe229e2987eb6
parent2bf8e968ebd7abec246e624b9aeff322319a9e8d (diff)
package libraries separately from binaries to stop libncurses4 getting dragged into gpe-image
BKrev: 40cdf99ftKIpDXcFhqoDQdsDAZZhhQ
-rw-r--r--sqlite/sqlite-2.8.9/crosscompile.patch (renamed from sqlite/sqlite-2.8.9-r0/crosscompile.patch)0
-rw-r--r--sqlite/sqlite_2.8.9.oe5
2 files changed, 5 insertions, 0 deletions
diff --git a/sqlite/sqlite-2.8.9-r0/crosscompile.patch b/sqlite/sqlite-2.8.9/crosscompile.patch
index e69de29bb2..e69de29bb2 100644
--- a/sqlite/sqlite-2.8.9-r0/crosscompile.patch
+++ b/sqlite/sqlite-2.8.9/crosscompile.patch
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"