diff options
author | Paul Eggleton <bluelightning@bluelightning.org> | 2009-12-27 05:00:26 +0000 |
---|---|---|
committer | Paul Eggleton <bluelightning@bluelightning.org> | 2010-10-19 00:46:43 +0100 |
commit | e133b6e71fc3d08727749cc92a5ed37bbece4353 (patch) | |
tree | 314098c8d89ce962aea636f31be24f86d84eee86 /recipes/opie-bluetoothapplet | |
parent | 463a4f992db344a39861bd67600e79e30fe41b18 (diff) | |
download | openembedded-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-bluetoothapplet')
-rw-r--r-- | recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb b/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb index 04756ed77a..c035bfea1d 100644 --- a/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb +++ b/recipes/opie-bluetoothapplet/opie-bluetoothapplet_cvs.bb @@ -1,7 +1,7 @@ require ${PN}.inc -PV = "${OPIE_CVS_PV}" +PV = "${OPIE_GIT_PV}" PR = "r1" -SRC_URI = "${HANDHELDS_CVS};module=opie/noncore/net/opietooth/applet \ - ${HANDHELDS_CVS};module=opie/pics/bluetoothapplet" +SRC_URI = "${OPIE_GIT};protocol=git;subpath=noncore/net/opietooth/applet \ + ${OPIE_GIT};protocol=git;subpath=pics/bluetoothapplet" |