aboutsummaryrefslogtreecommitdiffstats
path: root/gdbm
diff options
context:
space:
mode:
authorMichael Lauer <mickey@vanille-media.de>2004-05-16 18:48:01 +0000
committerMichael Lauer <mickey@vanille-media.de>2004-05-16 18:48:01 +0000
commit87ba52f3aff9b49f78f26324e97a1979509f0b6c (patch)
treeae7cd599176850ae7d0b386617eb5dbb572686db /gdbm
parent76318983d0b28072e6b3fb4c41cd404b2206c35b (diff)
downloadopenembedded-87ba52f3aff9b49f78f26324e97a1979509f0b6c.tar.gz
fix btscanner dependency and add (temporary) fix for gdbm
BKrev: 40a7b761NYY62725wRcBRxyrwGeHPQ
Diffstat (limited to 'gdbm')
-rw-r--r--gdbm/gdbm_1.8.3.oe10
1 files changed, 6 insertions, 4 deletions
diff --git a/gdbm/gdbm_1.8.3.oe b/gdbm/gdbm_1.8.3.oe
index 9b12b0120f..04e174e166 100644
--- a/gdbm/gdbm_1.8.3.oe
+++ b/gdbm/gdbm_1.8.3.oe
@@ -1,14 +1,16 @@
-DEPENDS = "virtual/libc"
-PROVIDES = "virtual/libgdbm"
+DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
SECTION = "libs"
-DESCRIPTION = "GNU dbm is a set of database routines \
-that use extensible hashing."
+PRIORITY = "optional"
SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
file://${FILESDIR}/makefile.patch;patch=1"
inherit autotools
+do_configure_prepend() {
+ rm -f aclocal.m4
+}
+
do_stage () {
oe_libinstall -so -a libgdbm ${STAGING_LIBDIR}
install -m 0644 ${S}/gdbm.h ${STAGING_INCDIR}/