Corrects build errors in nss
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 15 Apr 2014 12:32:13 +0000 (14:32 +0200)
committerKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 15 Apr 2014 13:11:38 +0000 (15:11 +0200)
Corrects errors: "QA Issue: non debug package contains .debug
directory: nss path /work/corei7-64-poky-linux/nss/3.15.1-r0/
packages-split/nss/usr/bin/.debug/...".

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
recipes-support/nss/nss_3.15.1.bbappend

index cfc3a44..ea5fe39 100644 (file)
@@ -24,4 +24,7 @@ SRC_URI_append_class-native = "\
     file://signlibs.sh \
 "
 
-FILES_${PN}-dbg = " ${libdir}/debug "
\ No newline at end of file
+FILES_${PN}-dbg = "\
+    ${bindir}/.debug/* \
+    ${libdir}/.debug/* \
+    "
\ No newline at end of file