summaryrefslogtreecommitdiff
path: root/sqlite/sqlite_2.8.9.oe
diff options
context:
space:
mode:
Diffstat (limited to 'sqlite/sqlite_2.8.9.oe')
-rw-r--r--sqlite/sqlite_2.8.9.oe5
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"