bitbake.conf: stop including empty .debug dirs in non-dbg packages
authorPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 1 Aug 2006 06:19:19 +0000 (06:19 +0000)
committerPhilipp Zabel <philipp.zabel@gmail.com>
Tue, 1 Aug 2006 06:19:19 +0000 (06:19 +0000)
conf/bitbake.conf

index f12cca1..c9192b6 100644 (file)
@@ -104,9 +104,9 @@ RPROVIDES = ""
 
 PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
 FILES = ""
-FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \
+FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \
             ${sysconfdir} ${sharedstatedir} ${localstatedir} \
-            /bin /sbin /lib/*.so* ${datadir}/${PN} ${libdir}/${PN} \
+            /bin/* /sbin/* /lib/*.so* ${datadir}/${PN} ${libdir}/${PN} \
             ${datadir}/pixmaps ${datadir}/applications \
             ${datadir}/idl ${datadir}/omf ${datadir}/sounds \
             ${libdir}/bonobo/servers"