From e133b6e71fc3d08727749cc92a5ed37bbece4353 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Sun, 27 Dec 2009 05:00:26 +0000 Subject: 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 --- recipes/opie-security/opie-security_cvs.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes/opie-security/opie-security_cvs.bb') 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() { -- cgit 1.2.3-korg