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-style-phase/opie-style-phase_cvs.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'recipes/opie-style-phase') diff --git a/recipes/opie-style-phase/opie-style-phase_cvs.bb b/recipes/opie-style-phase/opie-style-phase_cvs.bb index 09e90748bd..00eee54913 100644 --- a/recipes/opie-style-phase/opie-style-phase_cvs.bb +++ b/recipes/opie-style-phase/opie-style-phase_cvs.bb @@ -1,5 +1,5 @@ require ${PN}.inc -PV = "${OPIE_CVS_PV}" +PV = "${OPIE_GIT_PV}" -SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/styles/phase" +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/styles/phase" -- cgit 1.2.3-korg