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.inc | |
parent | 84c0e11f40386da40e812cc9e16cb206a3cbeb49 (diff) |
upslug2: move to upslug2_4, move to file (not cvs) release
Diffstat (limited to 'packages/upslug/upslug2.inc')
-rw-r--r-- | packages/upslug/upslug2.inc | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/packages/upslug/upslug2.inc b/packages/upslug/upslug2.inc index 3c93852424..24820f556e 100644 --- a/packages/upslug/upslug2.inc +++ b/packages/upslug/upslug2.inc @@ -21,15 +21,12 @@ LIBPCAP_RDEPENDS_linux-uclibc = "" RDEPENDS += "${LIBPCAP_RDEPENDS}" -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}" +SRC_URI = "${SOURCEFORGE_MIRROR}/nslu/upslug2-${PV}.tar.gz" inherit autotools -S = "${WORKDIR}/upslug2" +S = "${WORKDIR}/upslug2-${PV}" + PACKAGES = "${PN}" EXTRA_OECONF += "${LIBPCAP_OECONF}" |