aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-native_2.6.1.bb
AgeCommit message (Collapse)Author
2009-11-14python-native: do not look in host paths for shared objectsRichard Purdie
2009-11-10python-native: remove prefix and exec_prefix, native.bbclass should take ↵Koen Kooi
care of that now
2009-08-06python: add 2.6.2Michael 'Mickey' Lauer
2009-08-05python-native_2.6.1.bb: Unset LIBCKhem Raj
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>
2009-06-01python-native: Actually bump PRTom Rini
2009-05-30python-native: Add readline-native to DEPENDS, bump PR.Tom Rini
It looks a little less trivial to switch python to INC_PR, so for now do 'PR .= ".1"' instead.
2009-05-30python-native_2.6.1.bb: Add zlib-native to DEPENDSKhem Raj
Do not use --with-zlib instead depend on zlib-native Acked-by: Tom Rini <trini@embeddedalley.com>
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko
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>