summaryrefslogtreecommitdiff
path: root/recipes/python/python-native_2.6.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'recipes/python/python-native_2.6.4.bb')
-rw-r--r--recipes/python/python-native_2.6.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes/python/python-native_2.6.4.bb b/recipes/python/python-native_2.6.4.bb
index 4205312978..0f57c4c6ba 100644
--- a/recipes/python/python-native_2.6.4.bb
+++ b/recipes/python/python-native_2.6.4.bb
@@ -1,6 +1,6 @@
require python.inc
DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native"
-PR = "${INC_PR}.3"
+PR = "${INC_PR}.4"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \
@@ -29,6 +29,6 @@ EXTRA_OEMAKE = '\
STAGING_INCDIR=${STAGING_INCDIR_NATIVE} \
'
-do_stage_append() {
- install -m 0755 Parser/pgen ${STAGING_BINDIR_NATIVE}/pgen
+do_install_append() {
+ install -m 0755 Parser/pgen ${D}${bindir}/pgen
}