diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2012-06-11 13:18:52 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-06-12 11:01:51 +0100 |
commit | c5898ef3fc3820ff9c44bc5b1b16e5def64aa877 (patch) | |
tree | a0e0d531604b29fc6932f4fe57c1002ff61f1f37 /meta/recipes-support | |
parent | 0eddc176e73e74d4b1a7d3163d65f619fcd4baf0 (diff) | |
download | openembedded-core-c5898ef3fc3820ff9c44bc5b1b16e5def64aa877.tar.gz openembedded-core-c5898ef3fc3820ff9c44bc5b1b16e5def64aa877.tar.bz2 openembedded-core-c5898ef3fc3820ff9c44bc5b1b16e5def64aa877.zip |
rpm: Upgrade RPM to 5.4.8 (db to 5.3.15)
RPM 5.4.8 requires db 5.3.x, so both are upgraded together.
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | meta/recipes-support/db/db_5.3.15.bb (renamed from meta/recipes-support/db/db_5.1.19.bb) | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/db/db_5.1.19.bb b/meta/recipes-support/db/db_5.3.15.bb index 7e84646689..9d2bbe5e46 100644 --- a/meta/recipes-support/db/db_5.1.19.bb +++ b/meta/recipes-support/db/db_5.3.15.bb @@ -14,15 +14,15 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" LICENSE = "Sleepycat" VIRTUAL_NAME ?= "virtual/db" CONFLICTS = "db3" -PR = "r4" +PR = "r5" SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." -SRC_URI[md5sum] = "76fcbfeebfcd09ba0b4d96bfdf8d884d" -SRC_URI[sha256sum] = "0194d4ca9266ba1a1c0bfbc233b18bfd05f63163453c81ebcdfdc7112d5ac850" +SRC_URI[md5sum] = "5493fb5f7cc3915887c836b096f18773" +SRC_URI[sha256sum] = "4f4f7d548984dde3584fcda0e4f96901cb8bafb08033a7781aec64ef2ea1f579" -LIC_FILES_CHKSUM = "file://../LICENSE;md5=86f9294f39f38ef9e89690bcd2320e7a" +LIC_FILES_CHKSUM = "file://../LICENSE;md5=12cc3ff983ed4ecc6cc091370ee4dbc3" inherit autotools |