aboutsummaryrefslogtreecommitdiffstats
path: root/gdbm
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2003-12-03 04:22:15 +0000
committerChris Larson <clarson@kergoth.com>2003-12-03 04:22:15 +0000
commit4e62832980e7c7f1d205e67c6db89dcdff200b6b (patch)
tree8a48d25578735621192b1edad8cf246818b7585b /gdbm
parentb79d37952fe99f5821686e1810a036d25d07ab0d (diff)
downloadopenembedded-4e62832980e7c7f1d205e67c6db89dcdff200b6b.tar.gz
Remove unnecessary sets of the S variable, we have a sane default for that now.
BKrev: 3fcd64f7p2VYsNYNbFnMtPYuY-5tZQ
Diffstat (limited to 'gdbm')
-rw-r--r--gdbm/gdbm_1.8.3.oe18
1 files changed, 18 insertions, 0 deletions
diff --git a/gdbm/gdbm_1.8.3.oe b/gdbm/gdbm_1.8.3.oe
index e69de29bb2..aa20ad3a2f 100644
--- a/gdbm/gdbm_1.8.3.oe
+++ b/gdbm/gdbm_1.8.3.oe
@@ -0,0 +1,18 @@
+DEPENDS = virtual/libc
+RDEPENDS = libc6
+PROVIDES = virtual/libgdbm
+SECTION = libs
+
+SRC_URI = ${GNU_MIRROR}/${PN}/${P}.tar.gz \
+ file://${FILESDIR}/makefile.patch;patch=1
+
+inherit autotools libtool
+
+do_stage () {
+ install -m 0755 .libs/libgdbm.so.3.0.0 ${STAGING_LIBDIR}/
+ install -m 0644 .libs/libgdbm.a ${STAGING_LIBDIR}/
+ install -m 0644 gdbm.h ${STAGING_DIR}/target/include/
+ ln -sf ${STAGING_LIBDIR}/libgdbm.so.3.0.0 ${STAGING_LIBDIR}/libgdbm.so.3
+ ln -sf ${STAGING_LIBDIR}/libgdbm.so.3.0.0 ${STAGING_LIBDIR}/libgdbm.so
+}
+