]> code.ossystems Code Review - openembedded-core.git/commitdiff
db: Avoid stripping binaries
authorMark Hatle <mark.hatle@windriver.com>
Mon, 20 Jun 2011 18:29:41 +0000 (13:29 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 23 Jun 2011 10:55:32 +0000 (11:55 +0100)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
meta/recipes-support/db/db_5.1.19.bb

index 98b23b12c86bcf23039c82b95b90fbf92d26800c..fc87c3143c8902142b37754559cda0fe77241522 100644 (file)
@@ -14,7 +14,7 @@ HOMEPAGE = "http://www.oracle.com/technology/products/berkeley-db/db/index.html"
 LICENSE = "Sleepycat"
 VIRTUAL_NAME ?= "virtual/db"
 CONFLICTS = "db3"
-PR = "r2"
+PR = "r3"
 
 SRC_URI = "http://download.oracle.com/berkeley-db/db-${PV}.tar.gz"
 SRC_URI += "file://arm-thumb-mutex_db5.patch;patchdir=.."
@@ -76,6 +76,7 @@ EXTRA_OECONF += "${MUTEX}"
 # configure.
 CONFIG_SITE = ""
 do_configure() {
+       export STRIP="true"
        oe_runconf
 }