[oe] [meta-browser][PATCH] firefox: Fix QA Issue: non debug package contains .debug directory

Ian Coolidge ian at boundarydevices.com
Tue Apr 12 01:00:00 UTC 2016


Signed-off-by: Ian Coolidge <ian at boundarydevices.com>
---
 recipes-mozilla/firefox/firefox_38.6.1esr.bb | 1 +
 1 file changed, 1 insertion(+)

diff --git a/recipes-mozilla/firefox/firefox_38.6.1esr.bb b/recipes-mozilla/firefox/firefox_38.6.1esr.bb
index 951109d..f2e9726 100644
--- a/recipes-mozilla/firefox/firefox_38.6.1esr.bb
+++ b/recipes-mozilla/firefox/firefox_38.6.1esr.bb
@@ -84,6 +84,7 @@ FILES_${PN} = "${bindir}/${PN} \
                ${bindir}/defaults"
 FILES_${PN}-dev += "${datadir}/idl ${bindir}/${PN}-config ${libdir}/${PN}-devel-*"
 FILES_${PN}-staticdev += "${libdir}/${PN}-devel-*/sdk/lib/*.a"
+FILES_${PN}-dbg += "${libdir}/${PN}/*/*/.debug/* ${libdir}/${PN}/*/.debug/* ${libdir}/${PN}-devel-*/sdk/lib/.debug/*"
 # We don't build XUL as system shared lib, so we can mark all libs as private
 PRIVATE_LIBS = "libmozjs.so \
                 libxpcom.so \
-- 
1.9.1




More information about the Openembedded-devel mailing list