diff options
author | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:13:08 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-10-29 10:13:08 +0000 |
commit | 1b11de10b43788532f124f3c0152f31932c19618 (patch) | |
tree | d7535773100f15c3dd47ff8c9cb53178583ceb07 /conf/bitbake.conf | |
parent | 6b31146641db3d3e27bde35defde367db47e0301 (diff) |
bitbake.conf: Fix .debug packaging (from Poky)
* poky rev 828: 'bitbake.conf: Fix .debug packaging'
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
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" |