diff options
author | Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org> | 2012-11-20 11:47:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-11-24 15:12:08 +0000 |
commit | c675b53b9f3f3d858e2fa93170f731656d3fc3f6 (patch) | |
tree | 6f551286da78add5d57e6f90ff53b53e977059cc | |
parent | f67ad1c2634b3c7a46c43ebdbdffbe7a083e99ed (diff) | |
download | openembedded-core-c675b53b9f3f3d858e2fa93170f731656d3fc3f6.tar.gz openembedded-core-c675b53b9f3f3d858e2fa93170f731656d3fc3f6.tar.bz2 openembedded-core-c675b53b9f3f3d858e2fa93170f731656d3fc3f6.zip |
db: update gnu-config files in do_configure()
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
-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" LICENSE = "Sleepycat" VIRTUAL_NAME ?= "virtual/db" RCONFLICTS_${PN} = "db3" -PR = "r8" +PR = "r9" SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz" SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.." @@ -75,6 +75,7 @@ EXTRA_OECONF += "${MUTEX}" # configure. CONFIG_SITE = "" do_configure() { + gnu-configize --force ${S} export STRIP="true" oe_runconf } |