binconfig: fix small bug found by Julian Chu from openmoko
authorHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 9 Sep 2008 20:43:27 +0000 (20:43 +0000)
committerHenning Heinold <heinold@inf.fu-berlin.de>
Tue, 9 Sep 2008 20:43:27 +0000 (20:43 +0000)
classes/binconfig.bbclass

index 5ce9ff6..6c2c32a 100644 (file)
@@ -1,5 +1,7 @@
 inherit base
 
+FILES_${PN}-dev += "${bindir}/*-config"
+
 # The namespaces can clash here hence the two step replace
 def get_binconfig_mangle(d):
        import bb.data
@@ -39,7 +41,7 @@ do_install_append() {
         done
     fi 
 
-       for lafile in `find ${D} -name *.la` ; do
+       for lafile in `find ${D} -name "*.la"` ; do
                sed -i \
                    -e 's:${STAGING_LIBDIR}:${libdir}:g;' \
                    -e 's:${STAGING_INCDIR}:${includedir}:g;' \