diff options
author | Koen Kooi <koen@openembedded.org> | 2007-02-28 09:26:19 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2007-02-28 09:26:19 +0000 |
commit | e6db4724e6c8a22897eb618f785d23be7706029d (patch) | |
tree | 7c491cdbf62e8de7e8418fcf83c945bbbb8bb1d9 /conf/bitbake.conf | |
parent | 8ec7f11fbf28f46f2f917d9d6aae9d9b8c7b59be (diff) |
bitbake.conf: add matchbox-panel debug dirs
Diffstat (limited to 'conf/bitbake.conf')
-rw-r--r-- | conf/bitbake.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/bitbake.conf b/conf/bitbake.conf index ab9a28d628..0bba2a2e15 100644 --- a/conf/bitbake.conf +++ b/conf/bitbake.conf @@ -124,7 +124,8 @@ FILES_${PN}-dev = "${includedir} ${libdir}/lib*.so ${libdir}/*.la \ /lib/*.a /lib/*.o ${datadir}/aclocal" FILES_${PN}-locale = "${datadir}/locale" FILES_${PN}-dbg = "${bindir}/.debug ${sbindir}/.debug ${libexecdir}/.debug ${libdir}/.debug \ - /bin/.debug /sbin/.debug /lib/.debug ${libdir}/${PN}/.debug" + /bin/.debug /sbin/.debug /lib/.debug ${libdir}/${PN}/.debug \ + ${libdir}/matchbox-panel/.debug" # File manifest |