From 982555c84ffaadc71e3b3f604c5a5b7a68b875f4 Mon Sep 17 00:00:00 2001 From: Phil Blundell Date: Mon, 14 Jun 2004 19:16:47 +0000 Subject: package libraries separately from binaries to stop libncurses4 getting dragged into gpe-image BKrev: 40cdf99ftKIpDXcFhqoDQdsDAZZhhQ --- sqlite/sqlite-2.8.9-r0/crosscompile.patch | 0 sqlite/sqlite-2.8.9/crosscompile.patch | 0 sqlite/sqlite_2.8.9.oe | 5 +++++ 3 files changed, 5 insertions(+) delete mode 100644 sqlite/sqlite-2.8.9-r0/crosscompile.patch create mode 100644 sqlite/sqlite-2.8.9/crosscompile.patch (limited to 'sqlite') diff --git a/sqlite/sqlite-2.8.9-r0/crosscompile.patch b/sqlite/sqlite-2.8.9-r0/crosscompile.patch deleted file mode 100644 index e69de29bb2..0000000000 diff --git a/sqlite/sqlite-2.8.9/crosscompile.patch b/sqlite/sqlite-2.8.9/crosscompile.patch new file mode 100644 index 0000000000..e69de29bb2 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" -- cgit v1.2.3