diff options
Diffstat (limited to 'bridge-utils/bridge-utils_0.9.7.oe')
-rw-r--r-- | bridge-utils/bridge-utils_0.9.7.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/bridge-utils/bridge-utils_0.9.7.oe b/bridge-utils/bridge-utils_0.9.7.oe index 75a99eaf99..7a641a8a70 100644 --- a/bridge-utils/bridge-utils_0.9.7.oe +++ b/bridge-utils/bridge-utils_0.9.7.oe @@ -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 |