diff options
Diffstat (limited to 'sip')
-rw-r--r-- | sip/sip-native_3.10.1.bb | 0 | ||||
-rw-r--r-- | sip/sip-native_3.10.1.oe | 13 | ||||
-rw-r--r-- | sip/sip4-native_4.0.1.bb | 0 | ||||
-rw-r--r-- | sip/sip4-native_4.0.1.oe | 17 | ||||
-rw-r--r-- | sip/sip_3.10.1.bb | 0 | ||||
-rw-r--r-- | sip/sip_3.10.1.oe | 15 |
6 files changed, 0 insertions, 45 deletions
diff --git a/sip/sip-native_3.10.1.bb b/sip/sip-native_3.10.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sip/sip-native_3.10.1.bb diff --git a/sip/sip-native_3.10.1.oe b/sip/sip-native_3.10.1.oe deleted file mode 100644 index b5db3c6b56..0000000000 --- a/sip/sip-native_3.10.1.oe +++ /dev/null @@ -1,13 +0,0 @@ -DESCRIPTION = "SIP - A Python Wrapper Generator" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" - -SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" -S = "${WORKDIR}/sip-${PV}/sipgen" - -inherit qmake native - -QMAKE_PROFILES = "sipgen.pro.in" -EXTRA_QMAKEVARS_POST = "DESTDIR=${STAGING_BINDIR}" diff --git a/sip/sip4-native_4.0.1.bb b/sip/sip4-native_4.0.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sip/sip4-native_4.0.1.bb diff --git a/sip/sip4-native_4.0.1.oe b/sip/sip4-native_4.0.1.oe deleted file mode 100644 index 7963c2fa23..0000000000 --- a/sip/sip4-native_4.0.1.oe +++ /dev/null @@ -1,17 +0,0 @@ -DESCRIPTION = "SIP - A Python Wrapper Generator" -SECTION = "base" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" - -SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" -S = "${WORKDIR}/sip-${PV}/sipgen" - -inherit qmake native - -EXTRA_QMAKEVARS_POST = "DESTDIR=${STAGING_BINDIR} CONFIG=console" - -do_configure_prepend() { - cat sipgen.sbf | sed s,target,TARGET, | sed s,sources,SOURCES, | sed s,headers,HEADERS, > sipgen.pro -} - diff --git a/sip/sip_3.10.1.bb b/sip/sip_3.10.1.bb new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/sip/sip_3.10.1.bb diff --git a/sip/sip_3.10.1.oe b/sip/sip_3.10.1.oe deleted file mode 100644 index db3600f07f..0000000000 --- a/sip/sip_3.10.1.oe +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "SIP - A Python Wrapper Generator" -SECTION = "devel" -PRIORITY = "optional" -MAINTAINER = "Michael 'Mickey' Lauer <mickey@Vanille.de>" -LICENSE = "GPL" -DEPENDS = "python-native" - -SRC_URI = "http://www.vanille.de/mirror/sip-${PV}.tar.gz" -S = "${WORKDIR}/sip-${PV}/sipgen" - -inherit qmake - -QMAKE_PROFILES = "sipgen.pro.in" -EXTRA_QMAKEVARS_POST = "DESTDIR=${S}" - |