summaryrefslogtreecommitdiff
path: root/packages/python/python-native_2.6.1.bb
blob: 3ae48285b111a97468d98adf87c41765f13bd5f4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
require python.inc
DEPENDS = "openssl-native bzip2-full-native"

SRC_URI = "\
  http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2 \
  file://00-fix-bindir-libdir-for-cross.patch;patch=1 \
  file://04-default-is-optimized.patch;patch=1 \
  file://10-distutils-fix-swig-parameter.patch;patch=1 \
  file://11-distutils-never-modify-shebang-line.patch;patch=1 \
  file://12-distutils-prefix-is-inside-staging-area.patch;patch=1 \
"
S = "${WORKDIR}/Python-${PV}"

inherit native

prefix = "${STAGING_DIR_NATIVE}/${layout_prefix}"
exec_prefix = "${STAGING_DIR_NATIVE}/${layout_exec_prefix}"

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}/pgen
}
2008-03-04enter svn fix descriptionMichael Lauer1 2008-03-04add pylgrim, an EFL-based OSM moving map applicationMichael Lauer1 2008-03-02pyneog: bump SRCDATE and install Xsession script instead of linking itMichael Lauer1 2008-02-29add enter, an experimental inputmethod using eflMichael Lauer2 2008-02-27pyneod svn fix init script nameMichael Lauer1 2008-02-27first shot at moko-underground-imageMichael Lauer1 2008-02-27add pyneogMichael Lauer1 2008-02-27add pyneod, remove python-fso-pyprotoMichael Lauer4 2008-02-19gsm0710muxd svn fix name of dbus service file (temp.)Michael Lauer1 2008-02-07gsm0710muxd svn remove initscript, ship dbus service files, bump SRCREVMichael Lauer1 2008-02-06gsm0710muxd svn send SIGHUP to dbus to make it reread its configuration filesMichael Lauer1 2008-01-20add python-fso-pyproto, python prototypes from freesmartphone.orgMichael Lauer1 2008-01-18gsm0710muxd: fix initscript permissionsMichael Lauer1 2008-01-16gsm0710muxd svn fix dependencies, bump revMichael Lauer1 2008-01-15add gsm0710muxdMichael Lauer2