diff options
Diffstat (limited to 'sip/sip_3.10.1.oe')
-rw-r--r-- | sip/sip_3.10.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/sip_3.10.1.oe b/sip/sip_3.10.1.oe index 32bc798993..503315a5ee 100644 --- a/sip/sip_3.10.1.oe +++ b/sip/sip_3.10.1.oe @@ -5,8 +5,8 @@ MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" DEPENDS = "virtual/libc python-native" -SRC_URI := "http://www.vanille.de/mirror/sip-${PV}.tar.gz" -S := "${WORKDIR}/sip-${PV}/sipgen" +SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" +S = "${WORKDIR}/sip-${PV}/sipgen" inherit qmake |