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-keytabs/opie-keytabs_cvs.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'recipes/opie-keytabs') diff --git a/recipes/opie-keytabs/opie-keytabs_cvs.bb b/recipes/opie-keytabs/opie-keytabs_cvs.bb index 2140c6dc98..c818083221 100644 --- a/recipes/opie-keytabs/opie-keytabs_cvs.bb +++ b/recipes/opie-keytabs/opie-keytabs_cvs.bb @@ -1,7 +1,7 @@ require ${PN}.inc -OPIE_CVS_PV ?= "1.2.2+cvs${SRCDATE}" -PV = "${OPIE_CVS_PV}" +OPIE_GIT_PV ?= "1.2.2+cvs${SRCDATE}" +PV = "${OPIE_GIT_PV}" PR = "r1" -SRC_URI = "${HANDHELDS_CVS};module=opie/etc" +SRC_URI = "${OPIE_GIT};protocol=git;subpath=etc" -- cgit 1.2.3-korg