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:36 +0000 |
| commit | 6f605dee611ccbee1c6d57097fbd406cf30b4315 (patch) | |
| tree | 08be925fc90f94af74ff03ea22679e90b668412a /meta | |
| parent | 40c0dbc1a5fc00adc1d779c534dc269885627609 (diff) | |
| download | poky-6f605dee611ccbee1c6d57097fbd406cf30b4315.tar.gz | |
db: update gnu-config files in do_configure()
(From OE-Core rev: c675b53b9f3f3d858e2fa93170f731656d3fc3f6)
Signed-off-by: Marcin Juszkiewicz <marcin.juszkiewicz@linaro.org>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
| -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" | |||
| 14 | LICENSE = "Sleepycat" | 14 | LICENSE = "Sleepycat" |
| 15 | VIRTUAL_NAME ?= "virtual/db" | 15 | VIRTUAL_NAME ?= "virtual/db" |
| 16 | RCONFLICTS_${PN} = "db3" | 16 | RCONFLICTS_${PN} = "db3" |
| 17 | PR = "r8" | 17 | PR = "r9" |
| 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=.." |
| @@ -75,6 +75,7 @@ EXTRA_OECONF += "${MUTEX}" | |||
| 75 | # configure. | 75 | # configure. |
| 76 | CONFIG_SITE = "" | 76 | CONFIG_SITE = "" |
| 77 | do_configure() { | 77 | do_configure() { |
| 78 | gnu-configize --force ${S} | ||
| 78 | export STRIP="true" | 79 | export STRIP="true" |
| 79 | oe_runconf | 80 | oe_runconf |
| 80 | } | 81 | } |
