meta-tizen: Corrects build errors in nss
authorKévin THIERRY <kevin.thierry@open.eurogiciel.org>
Tue, 15 Apr 2014 12:32:13 +0000 (14:32 +0200)
committerPatrick Ohly <patrick.ohly@intel.com>
Fri, 9 Jan 2015 17:19:35 +0000 (09:19 -0800)
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/...".

(From meta-tizen rev: 7b2c3df575dfa67c6d7d4cccf08e61b872a13a6c)

Signed-off-by: Kévin THIERRY <kevin.thierry@open.eurogiciel.org>
Signed-off-by: Patrick Ohly <patrick.ohly@intel.com>
meta-tizen/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