From f249735ad71fd5f13bfd295c55e1e0d596a1dbff Mon Sep 17 00:00:00 2001
From: Chris Larson <clarson@kergoth.com>
Date: Mon, 22 Mar 2004 22:37:29 +0000
Subject: Another pass of .oe cleanups.

BKrev: 405f6aa92YDm0pQN4padj00WWayDrQ
---
 sip/sip-native_3.10.1.oe | 4 ++--
 sip/sip_3.10.1.oe        | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

(limited to 'sip')

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
 
-- 
cgit v1.2.3