diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /nonworking/python | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'nonworking/python')
-rw-r--r-- | nonworking/python/python-gsl-0.2.0/cross-compile.patch | 18 | ||||
-rw-r--r-- | nonworking/python/python-gsl_0.2.0.bb | 0 | ||||
-rw-r--r-- | nonworking/python/python-pycap_0.1.6.bb | 0 | ||||
-rw-r--r-- | nonworking/python/python-pyx_0.6.bb | 0 |
4 files changed, 0 insertions, 18 deletions
diff --git a/nonworking/python/python-gsl-0.2.0/cross-compile.patch b/nonworking/python/python-gsl-0.2.0/cross-compile.patch deleted file mode 100644 index 69f68c7dc0..0000000000 --- a/nonworking/python/python-gsl-0.2.0/cross-compile.patch +++ /dev/null @@ -1,18 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- pygsl-0.2.0/gsl_Extension.py~cross-compile 2003-11-19 10:08:53.000000000 +0100 -+++ pygsl-0.2.0/gsl_Extension.py 2004-02-16 16:32:15.000000000 +0100 -@@ -85,8 +85,8 @@ - else: - self.gsl_config_tool="gsl-config" - -- self.prefix = self.get_gsl_info('--prefix').strip() -- self.cflags = self.get_gsl_info('--cflags').strip() -+ self.prefix = os.getenv( "STAGING" )+"/target" -+ self.cflags = self.get_gsl_info('--cflags').strip() + " -I%s/python2.3/include" % os.getenv( "STAGING" ) - self.libs = self.get_gsl_info('--libs').strip() - self.version = self._split_version(self.get_gsl_info('--version').strip()) - diff --git a/nonworking/python/python-gsl_0.2.0.bb b/nonworking/python/python-gsl_0.2.0.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/nonworking/python/python-gsl_0.2.0.bb +++ /dev/null diff --git a/nonworking/python/python-pycap_0.1.6.bb b/nonworking/python/python-pycap_0.1.6.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/nonworking/python/python-pycap_0.1.6.bb +++ /dev/null diff --git a/nonworking/python/python-pyx_0.6.bb b/nonworking/python/python-pyx_0.6.bb deleted file mode 100644 index e69de29bb2..0000000000 --- a/nonworking/python/python-pyx_0.6.bb +++ /dev/null |