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-irdaapplet/opie-irdaapplet_cvs.bb | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'recipes/opie-irdaapplet') diff --git a/recipes/opie-irdaapplet/opie-irdaapplet_cvs.bb b/recipes/opie-irdaapplet/opie-irdaapplet_cvs.bb index 1fd3393fe1..7af53fb0fc 100644 --- a/recipes/opie-irdaapplet/opie-irdaapplet_cvs.bb +++ b/recipes/opie-irdaapplet/opie-irdaapplet_cvs.bb @@ -1,10 +1,10 @@ require ${PN}.inc -PV = "${OPIE_CVS_PV}" +PV = "${OPIE_GIT_PV}" PR = r3 -SRC_URI = "${HANDHELDS_CVS};module=opie/core/applets/irdaapplet \ - ${HANDHELDS_CVS};module=opie/pics \ - ${HANDHELDS_CVS};module=opie/sounds \ - ${HANDHELDS_CVS};module=opie/apps \ +SRC_URI = "${OPIE_GIT};protocol=git;subpath=core/applets/irdaapplet \ + ${OPIE_GIT};protocol=git;subpath=pics \ + ${OPIE_GIT};protocol=git;subpath=sounds \ + ${OPIE_GIT};protocol=git;subpath=apps \ " -- cgit 1.2.3-korg