[oe-commits] Víctor Manuel Jáquez Leal : db5: append CXX tag to libtool

git version control git at git.openembedded.org
Mon Dec 20 19:02:52 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 53ff07e7afcf755cff14045e9cb2579be4bf8964
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=53ff07e7afcf755cff14045e9cb2579be4bf8964

Author: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Date:   Mon Dec 20 19:54:59 2010 +0100

db5: append CXX tag to libtool

Signed-off-by: Víctor Manuel Jáquez Leal <vjaquez at igalia.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 recipes/db/db5.inc |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/recipes/db/db5.inc b/recipes/db/db5.inc
index 78b99ff..390dfac 100644
--- a/recipes/db/db5.inc
+++ b/recipes/db/db5.inc
@@ -62,7 +62,7 @@ MUTEX_arm = "${ARM_MUTEX}"
 MUTEX_armeb = "${ARM_MUTEX}"
 EXTRA_OECONF += "${MUTEX}"
 
-LIBTOOL = "${HOST_SYS}-libtool"
+LIBTOOL = "${HOST_SYS}-libtool --tag=CXX"
 EXTRA_OEMAKE = "'LIBTOOL=${LIBTOOL}'"
 
 # Cancel the site stuff - it's set for db3 and destroys the





More information about the Openembedded-commits mailing list