From f9fab69a15a71f541f93fb38319de03ad07b1bf5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Tue, 12 Jul 2016 10:10:17 -0700 Subject: db: Use cross libtool Reintroduce the use of cross-libtool when building the target package this fails otherwise with clang | ./libtool --mode=execute true db_printlog | /usr/lib/libstdc++.so: file not recognized: File format not recognized | clang-3.9: error: linker command failed with exit code 1 (use -v to see invocation) Signed-off-by: Khem Raj Signed-off-by: Ross Burton --- meta/recipes-support/db/db_5.3.28.bb | 1 + meta/recipes-support/db/db_6.0.30.bb | 1 + 2 files changed, 2 insertions(+) (limited to 'meta') diff --git a/meta/recipes-support/db/db_5.3.28.bb b/meta/recipes-support/db/db_5.3.28.bb index 6b0e76b1a3..0b51a1d440 100644 --- a/meta/recipes-support/db/db_5.3.28.bb +++ b/meta/recipes-support/db/db_5.3.28.bb @@ -70,6 +70,7 @@ MUTEX = "" MUTEX_arm = "${ARM_MUTEX}" MUTEX_armeb = "${ARM_MUTEX}" EXTRA_OECONF += "${MUTEX} STRIP=true" +EXTRA_OEMAKE_append_class-target = " LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" AUTOTOOLS_SCRIPT_PATH = "${S}/dist" diff --git a/meta/recipes-support/db/db_6.0.30.bb b/meta/recipes-support/db/db_6.0.30.bb index 08528206f9..072cbdf217 100644 --- a/meta/recipes-support/db/db_6.0.30.bb +++ b/meta/recipes-support/db/db_6.0.30.bb @@ -87,6 +87,7 @@ MUTEX = "" MUTEX_arm = "${ARM_MUTEX}" MUTEX_armeb = "${ARM_MUTEX}" EXTRA_OECONF += "${MUTEX}" +EXTRA_OEMAKE_append_class-target = " LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool" EXTRA_OEMAKE += "STRIP=true" do_compile_prepend() { -- cgit 1.2.3-korg