From 3f93cb690b4418d16143864e032f78093b619a73 Mon Sep 17 00:00:00 2001 From: Tom Rini Date: Thu, 16 Dec 2010 15:45:03 -0700 Subject: [PATCH] db5: Switch to using our libtool Signed-off-by: Tom Rini --- recipes/db/db5.inc | 3 +++ recipes/db/db_5.0.21.bb | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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" -- 2.47.2