[oe-commits] Chris Larson : oe_libinstall: handle .dylib

git version control git at git.openembedded.org
Fri Oct 22 02:41:03 UTC 2010


Module: openembedded.git
Branch: darwin
Commit: 3e23cb7e1aa7904900ec8d63dcf417702029d530
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=3e23cb7e1aa7904900ec8d63dcf417702029d530

Author: Chris Larson <chris_larson at mentor.com>
Date:   Wed Oct 20 12:26:16 2010 -0700

oe_libinstall: handle .dylib

Signed-off-by: Chris Larson <chris_larson at mentor.com>

---

 classes/utils.bbclass |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/classes/utils.bbclass b/classes/utils.bbclass
index 2c6a59d..10d49ce 100644
--- a/classes/utils.bbclass
+++ b/classes/utils.bbclass
@@ -346,7 +346,7 @@ oe_libinstall() {
 		eval `cat $lafile|grep "^library_names="`
 		libtool=1
 	else
-		library_names="$libname.so* $libname.dll.a"
+		library_names="$libname.so* $libname.dll.a $libname.*.dylib"
 	fi
 
 	__runcmd install -d $destpath/





More information about the Openembedded-commits mailing list