diff options
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 | ||