diff options
author | Constantin Musca <constantinx.musca@intel.com> | 2012-12-21 17:25:27 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-12-31 09:43:22 +0000 |
commit | c31a72a0fffcaf5b3db2e24e02f7bfa17caf6698 (patch) | |
tree | 65c7fad93628ea9dc43d208a37097d3c1bf7eca2 /meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | |
parent | db1efda53ee91cd65822c2835c5804303d781f5f (diff) | |
download | poky-c31a72a0fffcaf5b3db2e24e02f7bfa17caf6698.tar.gz |
matchbox-panel-2: fix PV
(From OE-Core rev: bd0aefde3243785e48740539033a13d443d6bb14)
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb')
-rw-r--r-- | meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | 4 |
1 files changed, 2 insertions, 2 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 9678713104..dbe1fadf51 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 | |||
@@ -12,8 +12,8 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "acpi", "libacpi", "",d)}" | |||
12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" | 12 | DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" |
13 | 13 | ||
14 | SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" | 14 | SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" |
15 | PV = "0.0+git${SRCPV}" | 15 | PV = "2.0+git${SRCPV}" |
16 | PR = "r6" | 16 | PR = "r0" |
17 | 17 | ||
18 | RPROVIDES_${PN} = "matchbox-panel" | 18 | RPROVIDES_${PN} = "matchbox-panel" |
19 | RREPLACES_${PN} = "matchbox-panel" | 19 | RREPLACES_${PN} = "matchbox-panel" |