diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-01-12 16:17:09 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-01-12 16:17:09 +0000 |
commit | 20f1dbe6b6e144efc8dc9ecda274e8da42ac75b6 (patch) | |
tree | 49f94bcfc50923c78e5a47ccf8e488c5a615c3c6 /sip | |
parent | 550d367f26cb61436930c7b574297fd358de8a41 (diff) |
misc. fixes and upgrades to sip and libsip
BKrev: 4002c885MUMDwUzeDfODSv216mvGXw
Diffstat (limited to 'sip')
-rw-r--r-- | sip/sip-native_3.8.oe | 3 | ||||
-rw-r--r-- | sip/sip-native_3.9.oe | 0 | ||||
-rw-r--r-- | sip/sip_3.8.oe | 15 | ||||
-rw-r--r-- | sip/sip_3.9.oe | 0 |
4 files changed, 0 insertions, 18 deletions
diff --git a/sip/sip-native_3.8.oe b/sip/sip-native_3.8.oe deleted file mode 100644 index 88aed22475..0000000000 --- a/sip/sip-native_3.8.oe +++ /dev/null @@ -1,3 +0,0 @@ -inherit native -include sip_${PV}.oe -DEPENDS= diff --git a/sip/sip-native_3.9.oe b/sip/sip-native_3.9.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sip/sip-native_3.9.oe diff --git a/sip/sip_3.8.oe b/sip/sip_3.8.oe deleted file mode 100644 index d673d725eb..0000000000 --- a/sip/sip_3.8.oe +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION="SIP - A Python Wrapper Generator" -SECTION="base" -PRIORITY="optional" -MAINTAINER="Michael Lauer <mickey@Vanille.de>" -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}" - diff --git a/sip/sip_3.9.oe b/sip/sip_3.9.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sip/sip_3.9.oe |