[oe-commits] Tom Rini : db5: Switch to using our libtool

git version control git at git.openembedded.org
Thu Dec 16 22:50:15 UTC 2010


Module: openembedded.git
Branch: master
Commit: 3f93cb690b4418d16143864e032f78093b619a73
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3f93cb690b4418d16143864e032f78093b619a73

Author: Tom Rini <tom_rini at mentor.com>
Date:   Thu Dec 16 15:45:03 2010 -0700

db5: Switch to using our libtool

Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/db/db5.inc      |    3 +++
 recipes/db/db_5.0.21.bb |    2 +-
 2 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc
index 1aeee49..78b99ff 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 e602673..1a4907f 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"





More information about the Openembedded-commits mailing list