diff options
author | John Bowler <jbowler@nslu2-linux.org> | 2005-09-22 19:24:40 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2005-09-22 19:24:40 +0000 |
commit | 97c84f930e2eeb494685584a67a3a513c1af93c0 (patch) | |
tree | 5287b019d4591c1690e4f90c3d681ae147b8c185 /packages/upslug/upslug2-cvs.inc | |
parent | 84c0e11f40386da40e812cc9e16cb206a3cbeb49 (diff) |
upslug2: move to upslug2_4, move to file (not cvs) release
Diffstat (limited to 'packages/upslug/upslug2-cvs.inc')
-rw-r--r-- | packages/upslug/upslug2-cvs.inc | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/packages/upslug/upslug2-cvs.inc b/packages/upslug/upslug2-cvs.inc new file mode 100644 index 0000000000..ebd89a9b73 --- /dev/null +++ b/packages/upslug/upslug2-cvs.inc @@ -0,0 +1,10 @@ +# Overrides for a CVS build +include upslug2.inc + +SRC_TAG = "upslug2_${@'_'.join(bb.data.getVar('PV',d,1).split('.'))}" +SRC_URI = "cvs://anonymous@cvs.sourceforge.net/cvsroot/nslu;method=pserver;module=upslug2;tag=${SRC_TAG}" +# For testing use this (tags and other changes take a day to +# propogate on sourceforge). Change 'jbowler' to your login name! +#SRC_URI = "cvs://jbowler@cvs.sourceforge.net/cvsroot/nslu;method=ext;rsh=ssh;module=upslug2;tag=${SRC_TAG}" + +S = "${WORKDIR}/upslug2" |