diff options
author | Mark Hatle <mark.hatle@windriver.com> | 2011-06-20 13:29:41 -0500 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-23 12:07:32 +0100 |
commit | 6c27d996c00e2b489890f3d2754075515143c052 (patch) | |
tree | f1c805eb3c74a1ba40f4cab5fcb0dc7c52aceae6 /meta/recipes-support | |
parent | d905e910c1d35e873a553296643c143202e7c1bf (diff) | |
download | poky-6c27d996c00e2b489890f3d2754075515143c052.tar.gz |
db: Avoid stripping binaries
(From OE-Core rev: d594bfe8ef972689b94e47467a0530ab5f1755ab)
Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r-- | 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 98b23b12c8..fc87c3143c 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" | |||
14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
16 | CONFLICTS = "db3" | 16 | CONFLICTS = "db3" |
17 | PR = "r2" | 17 | PR = "r3" |
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=.." |
@@ -76,6 +76,7 @@ EXTRA_OECONF += "${MUTEX}" | |||
76 | # configure. | 76 | # configure. |
77 | CONFIG_SITE = "" | 77 | CONFIG_SITE = "" |
78 | do_configure() { | 78 | do_configure() { |
79 | export STRIP="true" | ||
79 | oe_runconf | 80 | oe_runconf |
80 | } | 81 | } |
81 | 82 | ||