diff options
Diffstat (limited to 'meta/recipes-sato')
-rw-r--r-- | meta/recipes-sato/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 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 | ||
14 | SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" | 14 | SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" |
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "0.0+git${SRCPV}" |
16 | PR = "r1" | 16 | PR = "r2" |
17 | 17 | ||
18 | RPROVIDES_${PN} = "matchbox-panel" | 18 | RPROVIDES_${PN} = "matchbox-panel" |
19 | RREPLACES_${PN} = "matchbox-panel" | 19 | RREPLACES_${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 " |
34 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" | 34 | FILES_${PN}-dbg += "${libdir}/matchbox-panel/.debug" |
35 | FILES_${PN}-dev += "${libdir}/matchbox-panel/*.la" | ||
35 | 36 | ||
36 | inherit autotools pkgconfig | 37 | inherit autotools pkgconfig |