diff options
author | Koen Kooi <koen@openembedded.org> | 2006-07-31 11:46:42 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2006-07-31 11:46:42 +0000 |
commit | 09436056f94e7103d436177bdaea7c3bd9493913 (patch) | |
tree | da9cb1ef73327d2c7fd2b53bcdb48cc11d177349 /conf | |
parent | 60a95145ce57c6116be31bd197a406e368102fc4 (diff) | |
parent | ab200f3815379c7d4f7e790e5b60c02d6fdf866f (diff) |
merge of 'acd8498e4573491722380c035bd7b58de78410ee'
and 'd7cc6ec7ff432b7592af0d14fbe1777a3bebd543'
Diffstat (limited to 'conf')
-rw-r--r-- | conf/bitbake.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index 4d99f0885e..f12cca15f0 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -118,8 +118,8 @@ FILES_${PN}-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \ ${libdir}/*.a ${libdir}/*.o ${libdir}/pkgconfig \ /lib/*.a /lib/*.o ${datadir}/aclocal" FILES_${PN}-locale = "${datadir}/locale" -FILES_${PN}-dbg = "${bindir}/*.dbg ${sbindir}/*.dbg ${libexecdir}/*.dbg ${libdir}/lib*.so.*.dbg \ - /bin/*.dbg /sbin/*.dbg /lib/*.so*.dbg ${libdir}/${PN}/*.dbg" +FILES_${PN}-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ + /bin/.debug /sbin/.debug /lib/.debug ${libdir}/${PN}/.debug" # File manifest |