usbutils 0.70: removed preference of unc.dl.sf.net as it does not have archive
authorMarcin Juszkiewicz <hrw@openembedded.org>
Wed, 8 Feb 2006 11:08:57 +0000 (11:08 +0000)
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>
Wed, 8 Feb 2006 11:08:57 +0000 (11:08 +0000)
fetching from default SOURCEFORGE_MIRROR works OK

packages/usbutils/usbutils_0.70.bb

index 9c03730..4e68f26 100644 (file)
@@ -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}"