From patchwork Mon Dec 24 08:34:23 2012 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [11/15] matchbox-panel-2: fix PV Date: Mon, 24 Dec 2012 08:34:23 -0000 From: Constantin Musca X-Patchwork-Id: 41637 Message-Id: <5c7e7d0a4bc1397bf6c0f3116459742e87778f7a.1356337650.git.constantinx.musca@intel.com> To: openembedded-core@lists.openembedded.org Signed-off-by: Constantin Musca --- meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb | 4 ++-- 1 file 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 9678713..dbe1fad 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"