aboutsummaryrefslogtreecommitdiffstats
path: root/classes/utils.bbclass
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2010-10-05 20:59:11 -0700
committerKhem Raj <raj.khem@gmail.com>2010-10-10 00:04:37 -0700
commitc6a86c6075bfba1c51fc9b85f941d1d530cb3db0 (patch)
treed411374b0990b9396644ffb4930b1dc13460c305 /classes/utils.bbclass
parent014bd3b53453233d7b63c7ac46ba9afe443a7498 (diff)
downloadopenembedded-c6a86c6075bfba1c51fc9b85f941d1d530cb3db0.tar.gz
cross.bbclass,staging.bbclass,utils.bbclass: Make sure that .la munging is not done for libtool > 2.4
Signed-off-by: Khem Raj <raj.khem@gmail.com> Acked-by: Martin Jansa <Martin.Jansa@gmail.com> Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com> Acked-by: Koen Kooi <k-kooi@ti.com>
Diffstat (limited to 'classes/utils.bbclass')
-rw-r--r--classes/utils.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/utils.bbclass b/classes/utils.bbclass
index 61f3731b15..f7d6996090 100644
--- a/classes/utils.bbclass
+++ b/classes/utils.bbclass
@@ -369,7 +369,7 @@ oe_libinstall() {
__runcmd install -m 0644 $dota $destpath/
fi
if [ -f "$dotlai" -a -n "$libtool" ]; then
- if test -n "$staging_install"
+ if [ -n "$staging_install" -a "${LIBTOOL_HAS_SYSROOT}" = "no" ]
then
# stop libtool using the final directory name for libraries
# in staging: