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:20:11 +0100 |
commit | c8a68bb654505f2868b92257197dd8f0fa305f87 (patch) | |
tree | c0b148312c95d6f3b6e09af01dd041b7a4743213 | |
parent | a5531a2b8983318b99c119a87b78a92cf84160b8 (diff) | |
download | ast2050-yocto-poky-c8a68bb654505f2868b92257197dd8f0fa305f87.zip ast2050-yocto-poky-c8a68bb654505f2868b92257197dd8f0fa305f87.tar.gz |
db_5.3.*: Upgrade to 5.3.28
Simple upgrade, the license checksum change is related to a copyright date
change.
(From OE-Core rev: cc6223d24bfd85240399272ebf5f1dddb6150c79)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 caf6890..057c9d8 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 |