diff options
Diffstat (limited to 'sip/sip-native_3.10.1.oe')
-rw-r--r-- | sip/sip-native_3.10.1.oe | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sip/sip-native_3.10.1.oe b/sip/sip-native_3.10.1.oe index a8b4700fde..62d63a9622 100644 --- a/sip/sip-native_3.10.1.oe +++ b/sip/sip-native_3.10.1.oe @@ -4,8 +4,8 @@ PRIORITY = "optional" MAINTAINER = "Michael Lauer <mickey@Vanille.de>" LICENSE = "GPL" -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 native |