aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/opie-security/opie-security_cvs.bb
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-security/opie-security_cvs.bb
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-security/opie-security_cvs.bb')
-rw-r--r--recipes/opie-security/opie-security_cvs.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/recipes/opie-security/opie-security_cvs.bb b/recipes/opie-security/opie-security_cvs.bb
index 8f8683175f..d22767db8e 100644
--- a/recipes/opie-security/opie-security_cvs.bb
+++ b/recipes/opie-security/opie-security_cvs.bb
@@ -1,11 +1,11 @@
require ${PN}.inc
-PV = "${OPIE_CVS_PV}"
+PV = "${OPIE_GIT_PV}"
PR = "r1"
-SRC_URI = "${HANDHELDS_CVS};module=opie/core/settings/security \
- ${HANDHELDS_CVS};module=opie/pics \
- ${HANDHELDS_CVS};module=opie/apps"
+SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/settings/security \
+ ${OPIE_GIT};protocol=git;subpath=pics \
+ ${OPIE_GIT};protocol=git;subpath=apps"
# FILES plugins/application/libsecurity.so* bin/security apps/Settings/Security.desktop pics/security
do_install() {