summaryrefslogtreecommitdiff
path: root/sqlite
diff options
context:
space:
mode:
authorPhil Blundell <philb@gnu.org>2004-11-18 23:21:29 +0000
committerPhil Blundell <philb@gnu.org>2004-11-18 23:21:29 +0000
commit8643bfe7d28c26337f997d959715c4f7a515eb46 (patch)
treeebfa7341b33bf7898bad9ec8bc4b5a3d3e87b334 /sqlite
parent3f0aeb700fd256677038cb6821e36fa7f631bc3b (diff)
Merge bk://openembedded@openembedded.bkbits.net/packages-devel
into stealth.nexus.co.uk:/home/pb/oe/oe-packages 2004/11/18 22:22:28+00:00 nexus.co.uk!pb get libsqlite.so out of libsqlite package BKrev: 419d2e79-D98ma3pAb99oeocSXz5mg
Diffstat (limited to 'sqlite')
-rw-r--r--sqlite/sqlite_2.8.15.oe9
1 files changed, 5 insertions, 4 deletions
diff --git a/sqlite/sqlite_2.8.15.oe b/sqlite/sqlite_2.8.15.oe
index 44ea4a3454..2579260808 100644
--- a/sqlite/sqlite_2.8.15.oe
+++ b/sqlite/sqlite_2.8.15.oe
@@ -4,7 +4,7 @@ SECTION = "libs"
PRIORITY = "optional"
DEPENDS = "readline ncurses"
LICENSE = "PD"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://www.hwaci.com/sw/sqlite/sqlite-${PV}.tar.gz \
file://main.mk"
@@ -48,6 +48,7 @@ do_install() {
ln -sf libsqlite.so.0.8.6 ${D}/${libdir}/libsqlite.so.0.8
}
-PACKAGES = "libsqlite sqlite-bin"
-FILES_sqlite-bin = "${bindir}"
-FILES_libsqlite = "${libdir}"
+PACKAGES += "${PN}-bin"
+FILES_${PN}-bin = "${bindir}"
+FILES_${PN} = "${libdir}/*.so.*"
+