aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2010-10-19 23:42:39 +0100
committerPaul Eggleton <bluelightning@bluelightning.org>2010-10-19 23:42:39 +0100
commit132d5ea7352915646b4e16f5dae392c87e99591f (patch)
tree7a6c05ea25773a057040f689c8e2203547585e41 /recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb
parent55f2ba0c385838dcdd630c32d5f597b3e08d5c99 (diff)
downloadopenembedded-132d5ea7352915646b4e16f5dae392c87e99591f.tar.gz
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.
Diffstat (limited to 'recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb')
-rw-r--r--recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb7
1 files 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"