aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-restartapplet
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-restartapplet
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-restartapplet')
-rw-r--r--recipes/opie-restartapplet/opie-restartapplet2_cvs.bb6
-rw-r--r--recipes/opie-restartapplet/opie-restartapplet_cvs.bb6
2 files changed, 6 insertions, 6 deletions
diff --git a/recipes/opie-restartapplet/opie-restartapplet2_cvs.bb b/recipes/opie-restartapplet/opie-restartapplet2_cvs.bb
index b1793cefec..507f06d55f 100644
--- a/recipes/opie-restartapplet/opie-restartapplet2_cvs.bb
+++ b/recipes/opie-restartapplet/opie-restartapplet2_cvs.bb
@@ -2,11 +2,11 @@ DESCRIPTION = "Restart Applet"
SECTION = "opie/applets"
PRIORITY = "optional"
LICENSE = "GPL"
-PV = "${OPIE_CVS_PV}"
+PV = "${OPIE_GIT_PV}"
APPNAME = "restartapplet"
-SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/restartapplet2 \
- ${HANDHELDS_CVS};module=opie/apps"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/restartapplet2 \
+ ${OPIE_GIT};protocol=git;subpath=apps"
S = "${WORKDIR}/restartapplet2"
diff --git a/recipes/opie-restartapplet/opie-restartapplet_cvs.bb b/recipes/opie-restartapplet/opie-restartapplet_cvs.bb
index 65ca2e23bd..500ce4da99 100644
--- a/recipes/opie-restartapplet/opie-restartapplet_cvs.bb
+++ b/recipes/opie-restartapplet/opie-restartapplet_cvs.bb
@@ -1,6 +1,6 @@
require ${PN}.inc
-PV = "${OPIE_CVS_PV}"
+PV = "${OPIE_GIT_PV}"
-SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/restartapplet \
- ${HANDHELDS_CVS};module=opie/apps"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/restartapplet \
+ ${OPIE_GIT};protocol=git;subpath=apps"