DESCRIPTION = "The Python Programming Language" HOMEPAGE = "http://www.python.org" LICENSE = "PSF" DEPENDS = "openssl-native bzip2-full-native" SECTION = "devel/python" PRIORITY = "optional" PR = "ml5" EXCLUDE_FROM_WORLD = "1" SRC_URI = "\ http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \ file://bindir-libdir.patch;patch=1 \ file://cross-distutils.patch;patch=1 \ file://dont-modify-shebang-line.patch;patch=1 \ file://default-is-optimized.patch;patch=1 \ file://catchup-with-swig.patch;patch=1 \ file://fix-staging.patch;patch=1 \ " S = "${WORKDIR}/Python-${PV}" inherit autotools native prefix = "${STAGING_DIR_NATIVE}/${layout_prefix}" exec_prefix = "${STAGING_DIR_NATIVE}/${layout_exec_prefix}" EXTRA_OECONF = "--with-threads --with-pymalloc --with-cyclic-gc \ --without-cxx --with-signal-module --with-wctype-functions" EXTRA_OEMAKE = 'BUILD_SYS="" HOST_SYS="" STAGING_LIBDIR=${STAGING_LIBDIR_NATIVE} \ STAGING_INCDIR=${STAGING_INCDIR_NATIVE}' do_stage_append() { install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/ } lected'>testing Multi-Tech CoreCDP 1.x OpenEmbedded TreeMulti-Tech Systems
summaryrefslogtreecommitdiff
path: root/recipes/tslib
AgeCommit message (Expand)AuthorFiles
2010-06-10recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGEST...Martin Jansa1
2010-06-04tslib: Add config file for a780 machineAntonio Ospite1
2010-06-03recipes: conform to OE packaging guidelines with RDEPENDS/RRECOMMENDSMartin Jansa1
2010-05-31tslib: add git versionEric Bénard1
2010-05-25Make the do_patch apply=yes param implicit if extension is .diff/.patchChris Larson2
2010-05-25Rename url params patch=<ignored>/pnum=<n> to apply={yes,no}/striplevel=<n>Chris Larson2
2010-05-13tslib: convert to new staging and bump PRDenis 'GNUtoo' Carikli1
2010-04-12recipes: move checksums to recipes from checksums.iniMartin Jansa1
2010-04-02sane-srcrevs: move SRCREVs to recipesMartin Jansa1
2010-03-26tslib: fix build with newer libtoolThomas Zimmermann2
2010-03-15tslib: update LICENSE to more specific LGPLv2Denys Dmytriyenko1
2010-03-14tslib: add configuration for htc-msm7 devicesMichael 'Mickey' Lauer3
2009-12-04tslib: Add config files for the omap3-pandora.David-John Willis3
2009-11-20Add support files for the Samsung Omnia SGH-i900 in tslib and pointercal.Alex Ferguson1
2009-11-17svn recipes: change +svnr${SRCREV} +svnr${SRCPV}Martin Jansa1
2009-09-29tslib_1.0: Apply patch from r56 to link plugins to libtsEric Bénard2
2009-07-21tslib: Include patch to make it work with all drivers that don't supply press...Florian Boor2
2009-06-10tslib: RRECOMMEND pointercal for all distributionsRolf Leggewie1
2009-06-10tslib: introduce INC_PRRolf Leggewie3
2009-03-17rename packages/ to recipes/ per earlier agreementDenys Dmytriyenko29