aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-19 23:55:23 +0100
committerPaul Eggleton <paul.eggleton@linux.intel.com>2011-08-20 19:23:30 +0100
commitdeb8cbd5cc8b0a05400d5825c20ba5b58fe479ef (patch)
tree679824227441648d43fdceb1f7cf1c23c20be28f
parent61e1beb6cdfcd9b8b46d623a4d71c6f61dde44e5 (diff)
downloadmeta-opie-deb8cbd5cc8b0a05400d5825c20ba5b58fe479ef.tar.gz
Remove/replace remaining references to OPIE_CVS_PV
Opie development moved to git some time ago, we now have OPIE_GIT_PV instead. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
-rw-r--r--classes/opie.bbclass1
-rw-r--r--recipes-opie/nonworking/opie-dasher/opie-dasher_git.bb2
-rw-r--r--recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb2
3 files changed, 2 insertions, 3 deletions
diff --git a/classes/opie.bbclass b/classes/opie.bbclass
index 4c13daf..3c799cd 100644
--- a/classes/opie.bbclass
+++ b/classes/opie.bbclass
@@ -15,7 +15,6 @@
inherit palmtop
-OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}"
OPIE_SRCREV ?= "8c3beef263bc9c34443eacfc821e99813e17554f"
OPIE_GIT_PV ?= "1.2.4+gitr${OPIE_SRCREV}"
DEPENDS_prepend = "${@["libopie2 ", ""][(bb.data.getVar('PN', d, 1) == 'libopie2')]}"
diff --git a/recipes-opie/nonworking/opie-dasher/opie-dasher_git.bb b/recipes-opie/nonworking/opie-dasher/opie-dasher_git.bb
index 10bce3f..273e098 100644
--- a/recipes-opie/nonworking/opie-dasher/opie-dasher_git.bb
+++ b/recipes-opie/nonworking/opie-dasher/opie-dasher_git.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
PR = "r2"
-PV = "${OPIE_CVS_PV}"
+PV = "${OPIE_GIT_PV}"
SRC_URI = "${OPIE_GIT};protocol=git;subpath=inputmethods/dasher \
${OPIE_GIT};protocol=git;subpath=share "
diff --git a/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb b/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb
index 6490ece..b6b408a 100644
--- a/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb
+++ b/recipes-opie/nonworking/opie-mediaplayer1-libmpeg3plugin/opie-mediaplayer1-libmpeg3plugin_git.bb
@@ -5,7 +5,7 @@ LICENSE = "GPL"
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
DEPENDS = "opie-mediaplayer1"
RDEPENDS_${PN} = "opie-mediaplayer1"
-PV = "${OPIE_CVS_PV}"
+PV = "${OPIE_GIT_PV}"
PR = "r2"
APPNAME = "mpeg3plugin"