Age | Commit message (Collapse) | Author | Files |
|
|
|
|
|
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
|
|
into oe.dev
|
|
* Added mimetools.py and rfc822.py to python-netclient
* Added python-json package
* Let python-email depend on python-netclient, because email/utils.py depends on base64.py
NOTE: Fixes http://trac.shr-project.org/trac/ticket/549
|
|
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
-native
|
|
|
|
LIBC is used internally by python configure if it gets it from
enviromment it honors it. Coincidently we also use LIBC in OE
to denote one of uclibc eglibc or glibc to be system C library
It conflicts if somehow LIBC=<something> is set in the envronment
so we pass empty LIBC for native recipe.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
* from packagehistory.bbclass: ERROR: Package version for package python-elementtree went backwards which would break package feeds from (0:2.6.1-ml5 to 0:1.2.7-20070827-preview-r0)
|
|
|
|
python bindings for gtksourceview
|
|
python-cjson is a Fast JSON encoder/decoder for Python
|
|
* for more see http://lists.linuxtogo.org/pipermail/openembedded-devel/2009-June/012217.html
|
|
|
|
It looks a little less trivial to switch python to INC_PR, so for
now do 'PR .= ".1"' instead.
|
|
Do not use --with-zlib instead depend on zlib-native
Acked-by: Tom Rini <trini@embeddedalley.com>
|
|
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
|
|
|
|
|
|
* if your patch does: +res = os.system(cmd) ; print "ret %d" % res, DO NOT change the second 'res' to 'ret'!
* this fixes a regression since python 2.5.x
|
|
* commit 27d8a050c81bba4b42d496572c64b9cb6a43fec6 to openssl triggered build failures
|
|
|
|
checksums.ini: Add checksum for new location of python-pyrex.
Signed-off-by: Khem Raj <raj.khem@gmail.com>
|
|
variants (from Poky)
OE changes:
python-iniparse-native: use distutils_stage_all
python-urlgrabber-native: use distutils_stage_all
yum-metadata-parser-native: use distutils_stage_all
|
|
See links below for more details:
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21326
http://thread.gmane.org/gmane.comp.handhelds.openembedded/21816
Signed-off-by: Denys Dmytriyenko <denis@denix.org>
Acked-by: Mike Westerhof <mwester@dls.net>
Acked-by: Philip Balister <philip@balister.org>
Acked-by: Khem Raj <raj.khem@gmail.com>
Acked-by: Marcin Juszkiewicz <hrw@openembedded.org>
Acked-by: Koen Kooi <koen@openembedded.org>
Acked-by: Frans Meulenbroeks <fransmeulenbroeks@gmail.com>
|