diff options
author | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-03-22 22:37:29 +0000 |
commit | f249735ad71fd5f13bfd295c55e1e0d596a1dbff (patch) | |
tree | 93735f3e25beab7ac8bf066c504df17b244db4eb /sip | |
parent | 11ebfcef190cf217f67fa2b79adee0f58f9718f3 (diff) |
Another pass of .oe cleanups.
BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
Diffstat (limited to 'sip')
-rw-r--r-- | sip/sip-native_3.10.1.oe | 4 | ||||
-rw-r--r-- | sip/sip_3.10.1.oe | 4 |
2 files changed, 4 insertions, 4 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 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 |