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:42:47 +0000 |
commit | bd0aefde3243785e48740539033a13d443d6bb14 (patch) | |
tree | 79c5e497c646e94af83ebc2dee625ba63d229748 /meta/recipes-sato/matchbox-panel-2 | |
parent | a617608309228a6237c45ad0ade5906c5ac30bfe (diff) | |
download | openembedded-core-contrib-bd0aefde3243785e48740539033a13d443d6bb14.tar.gz |
matchbox-panel-2: fix PV
Signed-off-by: Constantin Musca <constantinx.musca@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta/recipes-sato/matchbox-panel-2')
-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 9678713104b..dbe1fadf512 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)}" DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" SRCREV = "cdf7a22716b87468f10573f622d5c7a58a684e35" -PV = "0.0+git${SRCPV}" -PR = "r6" +PV = "2.0+git${SRCPV}" +PR = "r0" RPROVIDES_${PN} = "matchbox-panel" RREPLACES_${PN} = "matchbox-panel" |