diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-08-09 10:07:40 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-08-09 10:07:40 +0000 |
commit | 414ba3cefdad1337130c35bdb406ea3e86703189 (patch) | |
tree | 8297b24e7a92c515617b4468029a1412a6378f99 | |
parent | a9f13228ae31951a13d7a59c84f092494a9135a7 (diff) |
add ac result for rp-pppoe on mipsel
BKrev: 41174cecN-1CtiqvYL3p3tg22JBo0g
-rw-r--r-- | python/python-numarray_1.0.oe (renamed from python/python-numarray_0.9.oe) | 0 | ||||
-rw-r--r-- | python/python-numeric_23.1.oe | 15 | ||||
-rw-r--r-- | python/python-numeric_23.3.oe | 0 | ||||
-rw-r--r-- | site/mipsel-linux | 4 |
4 files changed, 4 insertions, 15 deletions
diff --git a/python/python-numarray_0.9.oe b/python/python-numarray_1.0.oe index e69de29bb2..e69de29bb2 100644 --- a/python/python-numarray_0.9.oe +++ b/python/python-numarray_1.0.oe diff --git a/python/python-numeric_23.1.oe b/python/python-numeric_23.1.oe deleted file mode 100644 index ad099c8946..0000000000 --- a/python/python-numeric_23.1.oe +++ /dev/null @@ -1,15 +0,0 @@ -DESCRIPTION = "A sophisticated Numeric Processing Package for Python" -SECTION = "devel/python" -PRIORITY = "optional" -MAINTAINER = "Michael Lauer <mickey@Vanille.de>" -RDEPENDS = "python-core" - -SRC_URI = "${SOURCEFORGE_MIRROR}/numpy/Numeric-${PV}.tar.gz" -S = "${WORKDIR}/Numeric-${PV}" - -inherit distutils - -do_stage() { - cp -a Include/Numeric ${STAGING_INCDIR} -} - diff --git a/python/python-numeric_23.3.oe b/python/python-numeric_23.3.oe new file mode 100644 index 0000000000..e69de29bb2 --- /dev/null +++ b/python/python-numeric_23.3.oe diff --git a/site/mipsel-linux b/site/mipsel-linux index 58fa310762..e911827e51 100644 --- a/site/mipsel-linux +++ b/site/mipsel-linux @@ -74,3 +74,7 @@ ac_cv_func_setpgrp_void=${ac_cv_func_setpgrp_void=yes} wi_cv_struct_timeval_tv_sec=${wi_cv_struct_timeval_tv_sec=long} wi_cv_struct_timeval_tv_usec=${wi_cv_struct_timeval_tv_usec=long} wi_cv_unix_domain_sockets=${wi_cv_unix_domain_sockets=yes} + +# rp-pppoe +rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} + |