diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-10-28 21:09:10 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-10-28 21:09:10 +0000 |
commit | 15606e06b2a69fc1f21100222510e25c296cb3ac (patch) | |
tree | 0da7ed9689b40947840928de1ee87184cf043b92 /sqlite/sqlite_2.8.15.oe | |
parent | 92b6e4b161e61b36e7d576eb07c8df97e0632ca6 (diff) |
fix sqlite2/3 package naming
BKrev: 41815ff6sywu5t3wmW8Bfap2iBKJUw
Diffstat (limited to 'sqlite/sqlite_2.8.15.oe')
-rw-r--r-- | sqlite/sqlite_2.8.15.oe | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sqlite/sqlite_2.8.15.oe b/sqlite/sqlite_2.8.15.oe index 2a5a677596..c4e1d2500c 100644 --- a/sqlite/sqlite_2.8.15.oe +++ b/sqlite/sqlite_2.8.15.oe @@ -3,6 +3,7 @@ HOMEPAGE = "http://www.sqlite.org/" SECTION = "libs" PRIORITY = "optional" DEPENDS = "readline ncurses" +PR = "r1" SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \ file://main.mk" @@ -46,6 +47,6 @@ do_install() { ln -sf libsqlite.so.0.8.6 ${D}/${libdir}/libsqlite.so.0.8 } -PACKAGES =+ "sqlite-bin" +PACKAGES = "libsqlite sqlite-bin" FILES_sqlite-bin = "${bindir}" - +FILES_libsqlite = "${libdir}" |