aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-mediaplayer2
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2009-12-27 05:00:26 +0000
committerPaul Eggleton <bluelightning@bluelightning.org>2010-10-19 00:46:43 +0100
commite133b6e71fc3d08727749cc92a5ed37bbece4353 (patch)
tree314098c8d89ce962aea636f31be24f86d84eee86 /recipes/opie-mediaplayer2
parent463a4f992db344a39861bd67600e79e30fe41b18 (diff)
downloadopenembedded-e133b6e71fc3d08727749cc92a5ed37bbece4353.tar.gz
Build development versions of Opie from git instead of CVS.
Note that this change requires a version of BitBake with the "git subpath" patch applied. Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org>
Diffstat (limited to 'recipes/opie-mediaplayer2')
-rw-r--r--recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default-landscape_cvs.bb8
-rw-r--r--recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb6
-rw-r--r--recipes/opie-mediaplayer2/opie-mediaplayer2-skin-pod_cvs.bb8
-rw-r--r--recipes/opie-mediaplayer2/opie-mediaplayer2-skin-techno_cvs.bb8
-rw-r--r--recipes/opie-mediaplayer2/opie-mediaplayer2_cvs.bb8
5 files changed, 19 insertions, 19 deletions
diff --git a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default-landscape_cvs.bb b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default-landscape_cvs.bb
index 12843c386e..6f74d15df7 100644
--- a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default-landscape_cvs.bb
+++ b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default-landscape_cvs.bb
@@ -4,11 +4,11 @@ PRIORITY = "optional"
LICENSE = "GPL"
APPNAME = "opieplayer2"
RPROVIDES_${PN} = "opie-mediaplayer2-skin"
-OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}"
-PV = "${OPIE_CVS_PV}"
-PR = "r2"
+OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}"
+PV = "${OPIE_GIT_PV}"
+PR = "r3"
-SRC_URI = "${HANDHELDS_CVS};module=opie/pics"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics"
do_install() {
install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/default_landscape/
diff --git a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb
index a5b6860cc2..6f3058d1e5 100644
--- a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb
+++ b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-default_cvs.bb
@@ -5,10 +5,10 @@ LICENSE = "GPL"
APPNAME = "opieplayer2"
RPROVIDES_${PN} = "opie-mediaplayer2-skin"
OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}"
-PV = "${OPIE_CVS_PV}"
-PR = "r2"
+PV = "${OPIE_GIT_PV}"
+PR = "r3"
-SRC_URI = "${HANDHELDS_CVS};module=opie/pics"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics"
do_install() {
install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/default/
diff --git a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-pod_cvs.bb b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-pod_cvs.bb
index ceaf4c3a39..9295da7988 100644
--- a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-pod_cvs.bb
+++ b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-pod_cvs.bb
@@ -4,11 +4,11 @@ PRIORITY = "optional"
LICENSE = "GPL"
APPNAME = "opieplayer2"
RPROVIDES_${PN} = "opie-mediaplayer2-skin"
-OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}"
-PV = "${OPIE_CVS_PV}"
-PR = "r2"
+OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}"
+PV = "${OPIE_GIT_PV}"
+PR = "r3"
-SRC_URI = "${HANDHELDS_CVS};module=opie/pics"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics"
do_install() {
install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/Pod/
diff --git a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-techno_cvs.bb b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-techno_cvs.bb
index 8eb138bc7c..34fd9dcee0 100644
--- a/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-techno_cvs.bb
+++ b/recipes/opie-mediaplayer2/opie-mediaplayer2-skin-techno_cvs.bb
@@ -4,11 +4,11 @@ PRIORITY = "optional"
LICENSE = "GPL"
APPNAME = "opieplayer2"
RPROVIDES_${PN} = "opie-mediaplayer2-skin"
-OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}"
-PV = "${OPIE_CVS_PV}"
-PR = "r2"
+OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}"
+PV = "${OPIE_GIT_PV}"
+PR = "r3"
-SRC_URI = "${HANDHELDS_CVS};module=opie/pics"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=pics"
do_install() {
install -d ${D}${palmtopdir}/pics/${APPNAME}/skins/techno/
diff --git a/recipes/opie-mediaplayer2/opie-mediaplayer2_cvs.bb b/recipes/opie-mediaplayer2/opie-mediaplayer2_cvs.bb
index b080b3ce92..812c9c6926 100644
--- a/recipes/opie-mediaplayer2/opie-mediaplayer2_cvs.bb
+++ b/recipes/opie-mediaplayer2/opie-mediaplayer2_cvs.bb
@@ -1,7 +1,7 @@
require ${PN}.inc
-PV = "${OPIE_CVS_PV}"
+PV = "${OPIE_GIT_PV}"
-SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/multimedia/opieplayer2 \
- ${HANDHELDS_CVS};module=opie/pics \
- ${HANDHELDS_CVS};module=opie/apps"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/multimedia/opieplayer2 \
+ ${OPIE_GIT};protocol=git;subpath=pics \
+ ${OPIE_GIT};protocol=git;subpath=apps"