diff options
Diffstat (limited to 'sqlite')
-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.oe | 5 |
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" |