aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/db
diff options
context:
space:
mode:
authorTom Rini <tom_rini@mentor.com>2010-12-16 15:45:03 -0700
committerTom Rini <tom_rini@mentor.com>2010-12-16 15:46:27 -0700
commit3f93cb690b4418d16143864e032f78093b619a73 (patch)
tree6a71404c66ff6b0b8000fa90c69ab4fb0cdce867 /recipes/db
parentbd1714a382261250fe33030423d07b73b309c585 (diff)
downloadopenembedded-3f93cb690b4418d16143864e032f78093b619a73.tar.gz
db5: Switch to using our libtool
Signed-off-by: Tom Rini <tom_rini@mentor.com>
Diffstat (limited to 'recipes/db')
-rw-r--r--recipes/db/db5.inc3
-rw-r--r--recipes/db/db_5.0.21.bb2
2 files changed, 4 insertions, 1 deletions
diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc
index 1aeee4963e..78b99ff291 100644
--- a/recipes/db/db5.inc
+++ b/recipes/db/db5.inc
@@ -62,6 +62,9 @@ MUTEX_arm = "${ARM_MUTEX}"
MUTEX_armeb = "${ARM_MUTEX}"
EXTRA_OECONF += "${MUTEX}"
+LIBTOOL = "${HOST_SYS}-libtool"
+EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
+
# Cancel the site stuff - it's set for db3 and destroys the
# configure.
CONFIG_SITE = ""
diff --git a/recipes/db/db_5.0.21.bb b/recipes/db/db_5.0.21.bb
index e60267355a..1a4907ff35 100644
--- a/recipes/db/db_5.0.21.bb
+++ b/recipes/db/db_5.0.21.bb
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
# major version number
PVM = "5.0"