summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support/db/db_5.3.28.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-07-12 10:10:17 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-07-20 10:28:47 +0100
commit4a5de974e75fb909628ae57cc558c0d46cabfd18 (patch)
tree355b5b937ee36af7fd7ebe3ae8d0b0d9c501cbee /meta/recipes-support/db/db_5.3.28.bb
parent15ba3c1a96b49af836c46ce474c85413d8116122 (diff)
downloadpoky-4a5de974e75fb909628ae57cc558c0d46cabfd18.tar.gz
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) (From OE-Core rev: f9fab69a15a71f541f93fb38319de03ad07b1bf5) Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/db/db_5.3.28.bb')
-rw-r--r--meta/recipes-support/db/db_5.3.28.bb1
1 files changed, 1 insertions, 0 deletions
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 = ""
70MUTEX_arm = "${ARM_MUTEX}" 70MUTEX_arm = "${ARM_MUTEX}"
71MUTEX_armeb = "${ARM_MUTEX}" 71MUTEX_armeb = "${ARM_MUTEX}"
72EXTRA_OECONF += "${MUTEX} STRIP=true" 72EXTRA_OECONF += "${MUTEX} STRIP=true"
73EXTRA_OEMAKE_append_class-target = " LIBTOOL=${STAGING_BINDIR_CROSS}/${HOST_SYS}-libtool"
73 74
74AUTOTOOLS_SCRIPT_PATH = "${S}/dist" 75AUTOTOOLS_SCRIPT_PATH = "${S}/dist"
75 76