summaryrefslogtreecommitdiffstats
path: root/meta/recipes-sato/matchbox-panel-2
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2011-12-01 09:46:41 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-12-01 10:50:09 +0000
commit9c13c3fd1d14ac88d85b8e7bfb51205f4ba4b9c1 (patch)
tree5fab4c990ea919f9b74e5ab5c9460e084b2d115c /meta/recipes-sato/matchbox-panel-2
parente387facf0fa9bfd89e757af07fdcd6c6c641bb5a (diff)
downloadpoky-9c13c3fd1d14ac88d85b8e7bfb51205f4ba4b9c1.tar.gz
matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning
(From OE-Core rev: 341daa416c65ea6a1a6c00fec9b50efed07fc24b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2')
-rw-r--r--meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
index 41ba8e1535..78111f7302 100644
--- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
+++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb
@@ -13,7 +13,7 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}"
13 13
14SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" 14SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35"
15PV = "0.0+git${SRCPV}" 15PV = "0.0+git${SRCPV}"
16PR = "r1" 16PR = "r2"
17 17
18RPROVIDES_${PN} = "matchbox-panel" 18RPROVIDES_${PN} = "matchbox-panel"
19RREPLACES_${PN} = "matchbox-panel" 19RREPLACES_${PN} = "matchbox-panel"
@@ -32,5 +32,6 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \
32 ${datadir}/matchbox-panel/brightness/*.png \ 32 ${datadir}/matchbox-panel/brightness/*.png \
33 ${datadir}/matchbox-panel/startup/*.png " 33 ${datadir}/matchbox-panel/startup/*.png "
34FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" 34FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
35FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la"
35 36
36inherit autotools pkgconfig 37inherit autotools pkgconfig