summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/gdbm/gdbm_1.8.3.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-support/gdbm/gdbm_1.8.3.bb')
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.8.3.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.8.3.bb b/meta/recipes-support/gdbm/gdbm_1.8.3.bb
new file mode 100644
index 0000000000..e8369fd725
--- /dev/null
+++ b/meta/recipes-support/gdbm/gdbm_1.8.3.bb
@@ -0,0 +1,16 @@
1DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
2HOMEPAGE = "http://www.gnu.org/software/gdbm/"
3SECTION = "libs"
4PRIORITY = "optional"
5LICENSE = "GPLv2+"
6LIC_FILES_CHKSUM = "file://COPYING;md5=d8e20eece214df8ef953ed5857862150"
7
8PR = "r4"
9
10SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz \
11 file://makefile.patch;patch=1 \
12 file://libtool-mode.patch;patch=1"
13
14inherit autotools
15
16BBCLASSEXTEND = "native"