summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2011-11-29 11:45:22 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-30 15:15:05 +0000
commit85e29a75cb16faeb77862febf29ab004501d20f8 (patch)
tree9ffd88e65b544dbe6bc6c534f6e80a9462e4b175 /meta
parent58f7d5e29264003f62813fc3f9d09a565a68dcb1 (diff)
downloadpoky-85e29a75cb16faeb77862febf29ab004501d20f8.tar.gz
gdbm: Update to 1.10
* This version is now GPLv3, so keep older version * The patches are not needed for this version (From OE-Core rev: 8ea0605cbf22c5af83cdae33df92159c0cc4cc06) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-support/gdbm/gdbm_1.10.bb16
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-support/gdbm/gdbm_1.10.bb b/meta/recipes-support/gdbm/gdbm_1.10.bb
new file mode 100644
index 0000000000..4ed58811e9
--- /dev/null
+++ b/meta/recipes-support/gdbm/gdbm_1.10.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"
4LICENSE = "GPLv3"
5LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24"
6
7PR = "r0"
8
9SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz"
10
11SRC_URI[md5sum] = "88770493c2559dc80b561293e39d3570"
12SRC_URI[sha256sum] = "23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441"
13
14inherit autotools gettext
15
16BBCLASSEXTEND = "native nativesdk"