summaryrefslogtreecommitdiff
path: root/gdbm/gdbm_1.8.3.oe
diff options
context:
space:
mode:
Diffstat (limited to 'gdbm/gdbm_1.8.3.oe')
-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}/