summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/db
diff options
context:
space:
mode:
authorCristian Iorga <cristian.iorga@intel.com>2013-01-11 18:18:02 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-01-16 11:57:31 +0000
commitaf430dfd7f953c723361b6c6200cc3413d797203 (patch)
treeaf3944ec15ed2c2f43d2a5bcfe308e4799399502 /meta/recipes-support/db
parent880372e956e9ce362a5e44e3f9d01b22fc43fc43 (diff)
downloadpoky-af430dfd7f953c723361b6c6200cc3413d797203.tar.gz
db: upgrade to 5.3.21
License file changed the year, triggering a change in checksum (From OE-Core rev: c1fe80b5b6e3ac3da8a0a1c138649c92ca11f285) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Saul Wold <sgw@linux.intel.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.21.bb (renamed from meta/recipes-support/db/db_5.3.15.bb)8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/db/db_5.3.15.bb b/meta/recipes-support/db/db_5.3.21.bb
index 509c5670b5..23d6c4e369 100644
--- a/meta/recipes-support/db/db_5.3.15.bb
+++ b/meta/recipes-support/db/db_5.3.21.bb
@@ -14,15 +14,15 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
14LICENSE = "Sleepycat" 14LICENSE = "Sleepycat"
15VIRTUAL_NAME ?= "virtual/db" 15VIRTUAL_NAME ?= "virtual/db"
16RCONFLICTS_${PN} = "db3" 16RCONFLICTS_${PN} = "db3"
17PR = "r9" 17PR = "r0"
18 18
19SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" 19SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
20SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." 20SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
21 21
22SRC_URI[md5sum] = "5493fb5f7cc3915887c836b096f18773" 22SRC_URI[md5sum] = "3fda0b004acdaa6fa350bfc41a3b95ca"
23SRC_URI[sha256sum] = "4f4f7d548984dde3584fcda0e4f96901cb8bafb08033a7781aec64ef2ea1f579" 23SRC_URI[sha256sum] = "ddd92a930317df92021054c03992392db9ea5cddba43bef8920d392a82114fb8"
24 24
25LIC_FILES_CHKSUM = "file://../LICENSE;md5=12cc3ff983ed4ecc6cc091370ee4dbc3" 25LIC_FILES_CHKSUM = "file://../LICENSE;md5=32aefa5a8e7318be1f657432cbe2e768"
26 26
27inherit autotools 27inherit autotools
28 28