From: Michael Lauer Date: Sun, 11 Jan 2004 00:00:49 +0000 (+0000) Subject: fix SRC_URI in sip and libsip X-Git-Tag: Release-2010-05/1~20428 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e6386874d8ff2a5dd4ed569382d23c3470f09fa;p=openembedded.git fix SRC_URI in sip and libsip BKrev: 40009231AHcjMTRYX_v2yOTLd34mkw --- 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 " 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 diff --git a/sip/sip_3.8.oe b/sip/sip_3.8.oe index e69de29bb2..d673d725eb 100644 --- a/sip/sip_3.8.oe +++ b/sip/sip_3.8.oe @@ -0,0 +1,15 @@ +DESCRIPTION="SIP - A Python Wrapper Generator" +SECTION="base" +PRIORITY="optional" +MAINTAINER="Michael Lauer " +LICENSE="GPL" +DEPENDS=virtual/libc + +SRC_URI := "http://www.vanille.de/mirror/sip-x11-gpl-${PV}.tar.gz" +S := "${WORKDIR}/sip-x11-gpl-${PV}/sipgen" + +inherit qmake + +QMAKE_PROFILES = "sipgen.pro.in" +EXTRA_QMAKEVARS_POST = "DESTDIR=${STAGING_BINDIR}" +