[oe-commits] Martin Jansa : matchbox-panel-2: add unpackaged . la files to PN-dev to fix QA warning

git at git.openembedded.org git at git.openembedded.org
Thu Dec 1 10:48:00 UTC 2011


Module: openembedded-core.git
Branch: master
Commit: 341daa416c65ea6a1a6c00fec9b50efed07fc24b
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=341daa416c65ea6a1a6c00fec9b50efed07fc24b

Author: Martin Jansa <martin.jansa at gmail.com>
Date:   Thu Dec  1 09:46:41 2011 +0100

matchbox-panel-2: add unpackaged .la files to PN-dev to fix QA warning

Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 .../matchbox-panel-2/matchbox-panel-2_git.bb       |    3 ++-
 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 41ba8e1..78111f7 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)}"
 
 SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35"
 PV = "0.0+git${SRCPV}"
-PR = "r1"
+PR = "r2"
 
 RPROVIDES_${PN} = "matchbox-panel"
 RREPLACES_${PN} = "matchbox-panel"
@@ -32,5 +32,6 @@ FILES_${PN} += "${libdir}/matchbox-panel/*.so \
                 ${datadir}/matchbox-panel/brightness/*.png \
                 ${datadir}/matchbox-panel/startup/*.png "
 FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug"
+FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la"
 
 inherit autotools pkgconfig





More information about the Openembedded-commits mailing list