From: Tom Rini Date: Thu, 16 Dec 2010 22:45:03 +0000 (-0700) Subject: db5: Switch to using our libtool X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3f93cb690b4418d16143864e032f78093b619a73;p=openembedded.git db5: Switch to using our libtool Signed-off-by: Tom Rini --- 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"