aboutsummaryrefslogtreecommitdiffstats
path: root/recipes
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2011-03-31 10:09:11 -0700
committerKoen Kooi <koen@dominion.thruhere.net>2011-04-21 21:42:56 +0200
commit5d41a174d556aaf500d95a69464f97b7ee71de9f (patch)
treec5ad9f2f7279e93e60351e0653443bde31d71d36 /recipes
parent4b8248d7f6f4808d78834429fb6b789ce2f95d84 (diff)
downloadopenembedded-5d41a174d556aaf500d95a69464f97b7ee71de9f.tar.gz
db: Switch to patchdir rather than applying in do_configure
Signed-off-by: Tom Rini <tom_rini@mentor.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'recipes')
-rw-r--r--recipes/db/db_5.1.19.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/recipes/db/db_5.1.19.bb b/recipes/db/db_5.1.19.bb
index 9c25876706..740db92271 100644
--- a/recipes/db/db_5.1.19.bb
+++ b/recipes/db/db_5.1.19.bb
@@ -17,7 +17,7 @@ CONFLICTS = "db3"
PR = "r2"
SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
-SRC_URI += "file://arm-thumb-mutex_db5.patch;apply=false"
+SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
SRC_URI[md5sum] = "76fcbfeebfcd09ba0b4d96bfdf8d884d"
SRC_URI[sha256sum] = "0194d4ca9266ba1a1c0bfbc233b18bfd05f63163453c81ebcdfdc7112d5ac850"
@@ -74,8 +74,6 @@ 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
}