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

git version control git at git.openembedded.org
Thu Oct 21 02:01:32 UTC 2010


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

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