aboutsummaryrefslogtreecommitdiffstats
path: root/packages/usbutils
diff options
context:
space:
mode:
authorMarcin Juszkiewicz <hrw@openembedded.org>2006-02-08 11:08:57 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2006-02-08 11:08:57 +0000
commit4944b24faa03ad5bed435b4a56022cb5b95279b3 (patch)
treec458c6b9eb42a59b5f546d50a81ec57260394669 /packages/usbutils
parentaf00561e27a9d0c8038f2b1fd695e83e3b300ca1 (diff)
downloadopenembedded-4944b24faa03ad5bed435b4a56022cb5b95279b3.tar.gz
usbutils 0.70: removed preference of unc.dl.sf.net as it does not have archive
fetching from default SOURCEFORGE_MIRROR works OK
Diffstat (limited to 'packages/usbutils')
-rw-r--r--packages/usbutils/usbutils_0.70.bb3
1 files changed, 0 insertions, 3 deletions
diff --git a/packages/usbutils/usbutils_0.70.bb b/packages/usbutils/usbutils_0.70.bb
index 9c03730cbf..4e68f26d3b 100644
--- a/packages/usbutils/usbutils_0.70.bb
+++ b/packages/usbutils/usbutils_0.70.bb
@@ -5,9 +5,6 @@ LICENSE = "GPL"
PRIORITY = "optional"
DEFAULT_PREFERENCE = "1"
-PREMIRRORS_prepend () {
- ${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge
-}
SRC_URI = "${SOURCEFORGE_MIRROR}/linux-usb/usbutils-${PV}.tar.gz"
S = "${WORKDIR}/usbutils-${PV}"