diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2014-07-02 19:57:42 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-08 11:19:47 +0100 |
commit | cc6223d24bfd85240399272ebf5f1dddb6150c79 (patch) | |
tree | 329866986b178de7ca9bc84b5b6711bd2b27d11e /meta/recipes-support/db | |
parent | c452b098b4c021d4cbeddf5bf13f7fd9b1cc9224 (diff) | |
download | openembedded-core-cc6223d24bfd85240399272ebf5f1dddb6150c79.tar.gz openembedded-core-cc6223d24bfd85240399272ebf5f1dddb6150c79.tar.bz2 openembedded-core-cc6223d24bfd85240399272ebf5f1dddb6150c79.zip |
db_5.3.*: Upgrade to 5.3.28
Simple upgrade, the license checksum change is related to a copyright date
change.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db')
-rw-r--r-- | meta/recipes-support/db/db_5.3.28.bb (renamed from meta/recipes-support/db/db_5.3.21.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-support/db/db_5.3.21.bb b/meta/recipes-support/db/db_5.3.28.bb index caf6890261..057c9d8425 100644 --- a/meta/recipes-support/db/db_5.3.21.bb +++ b/meta/recipes-support/db/db_5.3.28.bb @@ -20,10 +20,10 @@ SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.. \ file://fix-parallel-build.patch \ " -SRC_URI[md5sum] = "3fda0b004acdaa6fa350bfc41a3b95ca" -SRC_URI[sha256sum] = "ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8" +SRC_URI[md5sum] = "b99454564d5b4479750567031d66fe24" +SRC_URI[sha256sum] = "e0a992d740709892e81f9d93f06daf305cf73fb81b545afe72478043172c3628" -LIC_FILES_CHKSUM = "file://../LICENSE;md5=32aefa5a8e7318be1f657432cbe2e768" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=ed1158e31437f4f87cdd4ab2b8613955" inherit autotools |