diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 17:12:34 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-03-05 17:13:51 +0000 |
commit | c8fa23f3e3ee94ff4df87d522f9db381e57c6af5 (patch) | |
tree | 81b61af36271a70c2182c61e5ab0fd81a05fc264 /meta | |
parent | 66ed85a0c91a799cace69e11c26780da944ba448 (diff) | |
download | poky-c8fa23f3e3ee94ff4df87d522f9db381e57c6af5.tar.gz |
slang: Fix .debug packaging warning after debug striping was fixed
(From OE-Core rev: 2cdec8044cef963a1cc376484b4c7fa29924d5dc)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-extended/slang/slang_2.2.4.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-extended/slang/slang_2.2.4.bb b/meta/recipes-extended/slang/slang_2.2.4.bb index b70e663139..f06caeb198 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() { | |||
42 | } | 42 | } |
43 | 43 | ||
44 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" | 44 | FILES_${PN} += "${libdir}/${BPN}/v2/modules/ ${datadir}/slsh/" |
45 | FILES_${PN}-dbg += "${libdir}/${BPN}/v2/modules/.debug" | ||
45 | 46 | ||
46 | PARALLEL_MAKE = "" | 47 | PARALLEL_MAKE = "" |