diff options
author | Richard Purdie <richard@openedhand.com> | 2006-10-28 18:58:13 +0000 |
---|---|---|
committer | Richard Purdie <richard@openedhand.com> | 2006-10-28 18:58:13 +0000 |
commit | 3de4893502fe27c990fb43b10988ce3ab7c579ce (patch) | |
tree | fdc7dd9a9ee0b66ba076f84ec0ab796fe9dd73bb /meta/conf | |
parent | a5a8311ce11aeaa924f73f0340f076893db7138c (diff) | |
download | poky-3de4893502fe27c990fb43b10988ce3ab7c579ce.tar.gz |
bitbake.conf: Fix .debug packaging
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@828 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/bitbake.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 218087fa22..49c4544f78 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf | |||
@@ -111,7 +111,7 @@ PACKAGES = "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev ${PN}-locale" | |||
111 | FILES = "" | 111 | FILES = "" |
112 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ | 112 | FILES_${PN} = "${bindir}/* ${sbindir}/* ${libexecdir}/* ${libdir}/lib*.so.* \ |
113 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ | 113 | ${sysconfdir} ${sharedstatedir} ${localstatedir} \ |
114 | /bin/* /sbin/* /lib/*.so* ${datadir}/${PN} ${libdir}/${PN} \ | 114 | /bin/* /sbin/* /lib/*.so* ${datadir}/${PN} ${libdir}/${PN}/* \ |
115 | ${datadir}/pixmaps ${datadir}/applications \ | 115 | ${datadir}/pixmaps ${datadir}/applications \ |
116 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ | 116 | ${datadir}/idl ${datadir}/omf ${datadir}/sounds \ |
117 | ${libdir}/bonobo/servers" | 117 | ${libdir}/bonobo/servers" |