[oe-commits] Saul Wold : gdbm: Update to 1.10

git at git.openembedded.org git at git.openembedded.org
Wed Nov 30 15:18:06 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 8ea0605cbf22c5af83cdae33df92159c0cc4cc06
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=8ea0605cbf22c5af83cdae33df92159c0cc4cc06

Author: Saul Wold <sgw at linux.intel.com>
Date:   Tue Nov 29 11:45:22 2011 -0800

gdbm: Update to 1.10

* This version is now GPLv3, so keep older version
* The patches are not needed for this version

Signed-off-by: Saul Wold <sgw at linux.intel.com>

---

 meta/recipes-support/gdbm/gdbm_1.10.bb |   16 ++++++++++++++++
 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 0000000..4ed5881
--- /dev/null
+++ b/meta/recipes-support/gdbm/gdbm_1.10.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "GNU dbm is a set of database routines that use extensible hashing."
+HOMEPAGE = "http://www.gnu.org/software/gdbm/"
+SECTION = "libs"
+LICENSE = "GPLv3"
+LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24"
+
+PR = "r0" 
+
+SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz"
+
+SRC_URI[md5sum] = "88770493c2559dc80b561293e39d3570"
+SRC_URI[sha256sum] = "23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441"
+
+inherit autotools gettext
+
+BBCLASSEXTEND = "native nativesdk"





More information about the Openembedded-commits mailing list