diff options
author | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:42:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-11-17 02:42:47 +0000 |
commit | 5dd1914af88ffeaf0a09a7221da4926abb01e891 (patch) | |
tree | a8358cf2dcab574326809719328c9ddfad859261 /gaim/gaim_0.80.oe | |
parent | aa78e600b01897cf22f14bd353ff4b2fb39a3c20 (diff) |
Correct the set of PREMIRRORS in the gaim builds.
BKrev: 419abaa7zIL5cGo_3WgfrPoowfYeoQ
Diffstat (limited to 'gaim/gaim_0.80.oe')
-rw-r--r-- | gaim/gaim_0.80.oe | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gaim/gaim_0.80.oe b/gaim/gaim_0.80.oe index 10d74baca8..82b3cd22d9 100644 --- a/gaim/gaim_0.80.oe +++ b/gaim/gaim_0.80.oe @@ -8,7 +8,9 @@ RRECOMMENDS_${PN} = "gaim-protocol-irc gaim-protocol-jabber" SRC_URI = "${SOURCEFORGE_MIRROR}/${PN}/${PN}-${PV}.tar.bz2" -PREMIRRORS_prepend = "${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge" +PREMIRRORS_prepend () { + ${SOURCEFORGE_MIRROR} http://unc.dl.sourceforge.net/sourceforge +} EXTRA_OECONF = "--disable-audio --disable-perl --disable-tcl --disable-deprecated" FILES_${PN} = "${bindir} ${sbindir} ${libexecdir} ${libdir}/lib*.so.* \ |