bitbake.conf: Fix .debug packaging (from Poky)
authorKoen Kooi <koen@openembedded.org>
Sun, 29 Oct 2006 10:13:08 +0000 (10:13 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 29 Oct 2006 10:13:08 +0000 (10:13 +0000)
* poky rev 828: 'bitbake.conf: Fix .debug packaging'

conf/bitbake.conf

index e63bdfc..57d1675 100644 (file)
@@ -111,7 +111,7 @@ PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale"
 FILES = ""
 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"