diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-07 22:05:47 +0000 |
commit | a780643c4b6aa11e1a36965a69df7116477c7b4c (patch) | |
tree | 17e81e77bde19931facf9b30fa5b5981df796071 /sip | |
parent | 88cce8db7ebf88ab9da2366a2ac21a5a723340b8 (diff) |
Merge oe-devel@oe-devel.bkbits.net:packages.bb
into handhelds.org:/home/kergoth/code/packages.bb
2004/12/07 04:58:25-06:00 ti.com!kergoth
More updates per the core rename.
2004/12/07 04:46:51-06:00 ti.com!kergoth
Update soundtracker per the core rename.
2004/12/07 04:44:14-06:00 ti.com!kergoth
Merge
2004/12/07 04:42:38-06:00 ti.com!kergoth
Updates per the recent rename of the oe core from 'oe' to 'bitbake'.
BKrev: 41b6293b91LRHSxMOt6WnrZVAdLbFw
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}" - |