[oe-commits] Mark Hatle : db: Avoid stripping binaries

git version control git at git.openembedded.org
Thu Jun 23 11:07:31 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: d594bfe8ef972689b94e47467a0530ab5f1755ab
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d594bfe8ef972689b94e47467a0530ab5f1755ab

Author: Mark Hatle <mark.hatle at windriver.com>
Date:   Mon Jun 20 13:29:41 2011 -0500

db: Avoid stripping binaries

Signed-off-by: Mark Hatle <mark.hatle at windriver.com>

---

 meta/recipes-support/db/db_5.1.19.bb |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-support/db/db_5.1.19.bb b/meta/recipes-support/db/db_5.1.19.bb
index 98b23b1..fc87c31 100644
--- a/meta/recipes-support/db/db_5.1.19.bb
+++ b/meta/recipes-support/db/db_5.1.19.bb
@@ -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
 }
 





More information about the Openembedded-commits mailing list