From: Paul Eggleton Date: Tue, 19 Oct 2010 22:42:39 +0000 (+0100) Subject: opie-mediaplayer2: remove reference to OPIE_CVS_PV and default OPIE_GIT_PV if not set X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=132d5ea7352915646b4e16f5dae392c87e99591f;p=openembedded.git 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. --- 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"