aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db/db_5.1.19.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/db/db_5.1.19.bb')
-rw-r--r--recipes/db/db_5.1.19.bb6
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes/db/db_5.1.19.bb b/recipes/db/db_5.1.19.bb
index c44b958f75..9c25876706 100644
--- a/recipes/db/db_5.1.19.bb
+++ b/recipes/db/db_5.1.19.bb
@@ -14,10 +14,10 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
LICENSE = "BSD Sleepycat"
VIRTUAL_NAME ?= "virtual/db"
CONFLICTS = "db3"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
-SRC_URI += "file://arm-thumb-mutex_db5.patch"
+SRC_URI += "file://arm-thumb-mutex_db5.patch;apply=false"
SRC_URI[md5sum] = "76fcbfeebfcd09ba0b4d96bfdf8d884d"
SRC_URI[sha256sum] = "0194d4ca9266ba1a1c0bfbc233b18bfd05f63163453c81ebcdfdc7112d5ac850"
@@ -74,6 +74,8 @@ EXTRA_OECONF += "${MUTEX}"
# configure.
CONFIG_SITE = ""
do_configure() {
+ # Apply this patch in the correct spot
+ (cd .. ; patch -p1 -i ${WORKDIR}/arm-thumb-mutex_db5.patch)
oe_runconf
}