From 132d5ea7352915646b4e16f5dae392c87e99591f Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Tue, 19 Oct 2010 23:42:39 +0100 Subject: [PATCH] opie-mediaplayer2: remove reference to OPIE_CVS_PV and default OPIE_GIT_PV if not set I'm a bit skeptical of having these defaults; anyone building Opie from git *should* be including preferred-opie-git-versions.inc and not trying to build without doing so. For consistency however I'm including the defaults here. --- .../opie-mediaplayer2-skin-default_cvs.bb | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb index 6f3058d1e5..6058dfbcbd 100644 --- a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb +++ b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb @@ -4,9 +4,12 @@ PRIORITY = "optional" LICENSE = "GPL" APPNAME = "opieplayer2" RPROVIDES_${PN} = "opie-mediaplayer2-skin" -OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}" + +OPIE_SRCREV ?= "8c3beef263bc9c34443eacfc821e99813e17554f" +OPIE_GIT_PV ?= "1.2.4+gitr${OPIE_SRCREV}" + PV = "${OPIE_GIT_PV}" -PR = "r3" +PR = "r4" SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics" -- 2.39.5