From: Saul Wold Date: Sat, 28 Dec 2013 08:10:26 +0000 (+0200) Subject: gdbm: upgrade to 1.11 X-Git-Tag: 2015-4~4125 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=6c755add9e94d80d0f471eeecabe3de587136066;p=openembedded-core.git gdbm: upgrade to 1.11 Signed-off-by: Saul Wold --- diff --git a/meta/recipes-support/gdbm/gdbm_1.10.bb b/meta/recipes-support/gdbm/gdbm_1.11.bb similarity index 86% rename from meta/recipes-support/gdbm/gdbm_1.10.bb rename to meta/recipes-support/gdbm/gdbm_1.11.bb index c031f4a6b5..de32e873cb 100644 --- a/meta/recipes-support/gdbm/gdbm_1.10.bb +++ b/meta/recipes-support/gdbm/gdbm_1.11.bb @@ -4,12 +4,11 @@ SECTION = "libs" LICENSE = "GPLv3" LIC_FILES_CHKSUM = "file://COPYING;md5=241da1b9fe42e642cbb2c24d5e0c4d24" -PR = "r3" SRC_URI = "${GNU_MIRROR}/gdbm/gdbm-${PV}.tar.gz" -SRC_URI[md5sum] = "88770493c2559dc80b561293e39d3570" -SRC_URI[sha256sum] = "23f8134c5b94bbfb06d756a6b78f074fba6e6028cf2fe01341d40b26db773441" +SRC_URI[md5sum] = "72c832680cf0999caedbe5b265c8c1bd" +SRC_URI[sha256sum] = "8d912f44f05d0b15a4a5d96a76f852e905d051bb88022fcdfd98b43be093e3c3" inherit autotools gettext lib_package