diff options
Diffstat (limited to 'meta/recipes-support/db/db_5.3.15.bb')
-rw-r--r-- | meta/recipes-support/db/db_5.3.15.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/db/db_5.3.15.bb b/meta/recipes-support/db/db_5.3.15.bb index 063954af46..509c5670b5 100644 --- a/meta/recipes-support/db/db_5.3.15.bb +++ b/meta/recipes-support/db/db_5.3.15.bb | |||
@@ -14,7 +14,7 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html" | |||
14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
16 | RCONFLICTS_${PN} = "db3" | 16 | RCONFLICTS_${PN} = "db3" |
17 | PR = "r8" | 17 | PR = "r9" |
18 | 18 | ||
19 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" | 19 | SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" |
20 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." | 20 | SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." |
@@ -75,6 +75,7 @@ EXTRA_OECONF += "${MUTEX}" | |||
75 | # configure. | 75 | # configure. |
76 | CONFIG_SITE = "" | 76 | CONFIG_SITE = "" |
77 | do_configure() { | 77 | do_configure() { |
78 | gnu-configize --force ${S} | ||
78 | export STRIP="true" | 79 | export STRIP="true" |
79 | oe_runconf | 80 | oe_runconf |
80 | } | 81 | } |