[oe-commits] org.oe.dev bitbake.conf: Fix .debug packaging (from Poky)

koen commit openembedded-commits at lists.openembedded.org
Sun Oct 29 10:14:24 UTC 2006


bitbake.conf: Fix .debug packaging (from Poky)
* poky rev 828: 'bitbake.conf: Fix .debug packaging'

Author: koen at openembedded.org
Branch: org.openembedded.dev
Revision: b9ffe3b2fa4c42424206977c6be342c1305c83e7
ViewMTN: http://monotone.openembedded.org/revision.psp?id=b9ffe3b2fa4c42424206977c6be342c1305c83e7
Files:
1
conf/bitbake.conf
Diffs:

#
# mt diff -r3fb58b0aec0d09f7a390734765713debc23a67a7 -rb9ffe3b2fa4c42424206977c6be342c1305c83e7
#
# 
# 
# patch "conf/bitbake.conf"
#  from [9688b5a567352548131f8fba9f6c203674b3a919]
#    to [281e785d1175b5a82fe8a4e3cca7913aca19c0aa]
# 
============================================================
--- conf/bitbake.conf	9688b5a567352548131f8fba9f6c203674b3a919
+++ conf/bitbake.conf	281e785d1175b5a82fe8a4e3cca7913aca19c0aa
@@ -111,7 +111,7 @@ FILES_${PN} = "${bindir}/* ${sbindir}/* 
 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"






More information about the Openembedded-commits mailing list