From: Koen Kooi Date: Sun, 29 Oct 2006 10:13:08 +0000 (+0000) Subject: bitbake.conf: Fix .debug packaging (from Poky) X-Git-Tag: Release-2010-05/1~9453^2~556^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1b11de10b43788532f124f3c0152f31932c19618;p=openembedded.git bitbake.conf: Fix .debug packaging (from Poky) * poky rev 828: 'bitbake.conf: Fix .debug packaging' --- diff --git a/conf/bitbake.conf b/conf/bitbake.conf index e63bdfc54e..57d167505b 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -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"