From: Kévin THIERRY Date: Tue, 15 Apr 2014 12:32:13 +0000 (+0200) Subject: Corrects build errors in nss X-Git-Tag: demo_release_0.1~157^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=7b2c3df575dfa67c6d7d4cccf08e61b872a13a6c;p=scm%2Fbb%2Fmeta-tizen.git Corrects build errors in nss 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 --- diff --git a/recipes-support/nss/nss_3.15.1.bbappend b/recipes-support/nss/nss_3.15.1.bbappend index cfc3a44..ea5fe39 100644 --- a/recipes-support/nss/nss_3.15.1.bbappend +++ b/recipes-support/nss/nss_3.15.1.bbappend @@ -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