Correct the set of PREMIRRORS in bridge-utils.
authorChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 02:51:55 +0000 (02:51 +0000)
committerChris Larson <clarson@kergoth.com>
Wed, 17 Nov 2004 02:51:55 +0000 (02:51 +0000)
BKrev: 419abccbrs653S-5-Ga5W2k3-p4thQ

bridge-utils/bridge-utils_0.9.7.oe
bridge-utils/bridge-utils_1.0.4.oe

index 75a99ea..7a641a8 100644 (file)
@@ -8,7 +8,9 @@ S = "${WORKDIR}/bridge-utils-${PV}"
 # The default sourceforge mirror does not yet have this package, and
 # sourceforge redirects on the file missing so wget doesn't realize it failed.
 # Force our own default here, since its known to have it.
-PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR}   http://unc.dl.sourceforge.net/sourceforge"
+PREMIRRORS_prepend () {
+       ${SOURCEFORGE_MIRROR}   http://unc.dl.sourceforge.net/sourceforge
+}
 
 inherit autotools
 
index 4dcafa8..ad075d9 100644 (file)
@@ -9,7 +9,9 @@ S = "${WORKDIR}/bridge-utils-${PV}"
 # The default sourceforge mirror does not yet have this package, and
 # sourceforge redirects on the file missing so wget doesn't realize it failed.
 # Force our own default here, since its known to have it.
-PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR}   http://unc.dl.sourceforge.net/sourceforge"
+PREMIRRORS_prepend () {
+       ${SOURCEFORGE_MIRROR}   http://unc.dl.sourceforge.net/sourceforge
+}
 
 inherit autotools