diff options
-rw-r--r-- | gaim/gaim_0.78.oe | 4 | ||||
-rw-r--r-- | gaim/gaim_0.79.oe | 4 | ||||
-rw-r--r-- | gaim/gaim_0.80.oe | 4 |
3 files changed, 9 insertions, 3 deletions
diff --git a/gaim/gaim_0.78.oe b/gaim/gaim_0.78.oe index 82a0a11e7a..063524fd50 100644 --- a/gaim/gaim_0.78.oe +++ b/gaim/gaim_0.78.oe @@ -6,7 +6,9 @@ DEPENDS = "gtk+" 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" inherit autotools gettext gettext diff --git a/gaim/gaim_0.79.oe b/gaim/gaim_0.79.oe index 82a0a11e7a..063524fd50 100644 --- a/gaim/gaim_0.79.oe +++ b/gaim/gaim_0.79.oe @@ -6,7 +6,9 @@ DEPENDS = "gtk+" 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" inherit autotools gettext gettext 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.* \ |