From: Richard Purdie Date: Tue, 5 Mar 2013 17:12:34 +0000 (+0000) Subject: slang: Fix .debug packaging warning after debug striping was fixed X-Git-Tag: yocto-4.0~33711 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2cdec8044cef963a1cc376484b4c7fa29924d5dc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git slang: Fix .debug packaging warning after debug striping was fixed Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index b70e663139a..f06caeb1985 100644 --- a/meta/recipes-extended/slang/slang_2.2.4.bb +++ b/meta/recipes-extended/slang/slang_2.2.4.bb @@ -42,5 +42,6 @@ do_install() { } FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" +FILES_${PN}-dbg += "${libdir}/${BPN}/v2/modules/.debug" PARALLEL_MAKE = ""