package libraries separately from binaries to stop libncurses4 getting dragged into...
authorPhil Blundell <philb@gnu.org>
Mon, 14 Jun 2004 19:16:47 +0000 (19:16 +0000)
committerPhil Blundell <philb@gnu.org>
Mon, 14 Jun 2004 19:16:47 +0000 (19:16 +0000)
BKrev: 40cdf99ftKIpDXcFhqoDQdsDAZZhhQ

sqlite/sqlite-2.8.9/crosscompile.patch [moved from sqlite/sqlite-2.8.9-r0/crosscompile.patch with 100% similarity]
sqlite/sqlite_2.8.9.oe

index 6478722..c9c55de 100644 (file)
@@ -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"