diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-11 00:00:49 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-11 00:00:49 +0000 |
commit | 0e6386874d8ff2a5dd4ed569382d23c3470f09fa (patch) | |
tree | 8cdf3dffcea798d4f44833ad53b95294e292764e /libsip | |
parent | 3a491ff2be4f59091e0a9d9cc2eb4abf8e889c6a (diff) |
fix SRC_URI in sip and libsip
BKrev: 40009231AHcjMTRYX_v2yOTLd34mkw
Diffstat (limited to 'libsip')
-rw-r--r-- | libsip/libsip_3.8.oe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libsip/libsip_3.8.oe b/libsip/libsip_3.8.oe index 1481325d37..d6962bf4f8 100644 --- a/libsip/libsip_3.8.oe +++ b/libsip/libsip_3.8.oe @@ -5,7 +5,7 @@ MAINTAINER="Michael Lauer <mickey@Vanille.de>" LICENSE="GPL" DEPENDS="virtual/libc virtual/libqte2 python" -SRC_URI := "http://opie.net.wox.org/python/dependencies/sip-x11-gpl-${PV}.tar.gz" +SRC_URI := "http://www.vanille.de/mirror/sip-x11-gpl-${PV}.tar.gz" S := "${WORKDIR}/sip-x11-gpl-${PV}/siplib" inherit qmake |