require python.inc EXTRANATIVEPATH += "bzip2-native" DEPENDS = "openssl-native bzip2-replacement-native zlib-native readline-native sqlite3-native" PR = "${INC_PR}.1" SRC_URI += "file://04-default-is-optimized.patch \ file://05-enable-ctypes-cross-build.patch \ file://06-ctypes-libffi-fix-configure.patch \ file://10-distutils-fix-swig-parameter.patch \ file://11-distutils-never-modify-shebang-line.patch \ file://12-distutils-prefix-is-inside-staging-area.patch \ file://debug.patch \ file://unixccompiler.patch \ file://nohostlibs.patch \ file://multilib.patch \ file://add-md5module-support.patch \ file://builddir.patch \ " S = "${WORKDIR}/Python-${PV}" FILESPATH = "${FILE_DIRNAME}/python-native/:${FILE_DIRNAME}/python/" inherit native RPROVIDES += "python-distutils-native python-compression-native python-textutils-native python-core-native" EXTRA_OECONF_append = " --bindir=${bindir}/${PN}" EXTRA_OEMAKE = '\ BUILD_SYS="" \ HOST_SYS="" \ LIBC="" \ STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \ STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \ ' do_configure_prepend() { autoreconf --verbose --install --force --exclude=autopoint Modules/_ctypes/libffi || bbnote "_ctypes failed to autoreconf" } do_install() { oe_runmake 'DESTDIR=${D}' install install -d ${D}${bindir}/${PN} install -m 0755 Parser/pgen ${D}${bindir}/${PN} # Make sure we use /usr/bin/env python for PYTHSCRIPT in `grep -rIl ${bindir}/${PN}/python ${D}${bindir}/${PN}`; do sed -i -e '1s|^#!.*|#!/usr/bin/env python|' $PYTHSCRIPT done } /ezx?id=6b603f1f6bd4226c467d388ff6f0b70d7fa88f17'>commitdiff
path: root/packages/ezx
AgeCommit message (Expand)AuthorFiles
2007-11-01ezxd: compile with -DDEBUGKoen Kooi1
2007-10-29ezxd: mark ezxd.conf as conffile to preser user changesKoen Kooi1
2007-10-18ezxd: remove runparts from init scriptKoen Kooi2
2007-09-23ezxd: work around bug in makedevs (doesn't do subdirs) and make the devnod in...Koen Kooi1
2007-09-16ezxd: remove --reverse from run-partsKoen Kooi1
2007-09-10ezxd: fix hardcoded gccKoen Kooi1
2007-09-07opentapi: Remove as superseeded by ezxdStefan Schmidt4
2007-09-07ezxd: add svn version, replaces opentapiAntonio Ospite3
2007-09-04opentapi: convert to SRCREVKoen Kooi1
2007-03-02opentapi: start up real early to initialize the BP properly to stop the phone...Daniel Willmann2
2007-02-26opentapi: bump PR for the last changeKoen Kooi1
2007-02-26opentapi: fix typos in initscripJeremy Laine1
2007-01-18opentapi: start right after udev to prevent BP powering off the phoneKoen Kooi1
2007-01-02opentapi: add (untested) initscriptKoen Kooi3
2007-01-01ezx-boot-usb: add 0.1.0 releaseKoen Kooi1
2007-01-01ezx-boot-usb: update to svn rev 1922 which adds supports for the ROKR E2 (mot...Koen Kooi1
2006-12-31remove extra whitespace at end-of-line in about 900 bb files.Rolf Leggewie1
2006-12-18opentapi: add svn versionKoen Kooi1
2006-10-10Remove MAINTAINER fields from recipes, add MAINTAINER file to replace them.Koen Kooi2
2006-06-12ezx-boot-usb-native: link against our libusb-nativeMichael Lauer1
2006-06-08ezx: pinpoint svn revisionsMichael Lauer2
2006-05-30ezx: catch up with upstream source tree movements...Michael Lauer2
2006-05-20add ezx-gpiotool, an utility to read gpios from userspaceMichael Lauer1
2006-05-13add ezx-boot-usb-native, an utility to boot a zImage on an EZX device via USBMichael Lauer2