aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python/python-native_2.6.4.bb
diff options
context:
space:
mode:
authorMichael 'Mickey' Lauer <mlauer@vanille-media.de>2010-07-11 15:54:14 +0200
committerMichael 'Mickey' Lauer <mlauer@vanille-media.de>2010-07-11 15:54:14 +0200
commit58abfe62fe89b3fe87a8b9a183b189103ae1570f (patch)
tree5cea4760a3715e019eff9cf653fbb0b03e0bcdc5 /recipes/python/python-native_2.6.4.bb
parent2cc5b6a0736853d808b12d6d7803c223b555a5e4 (diff)
downloadopenembedded-58abfe62fe89b3fe87a8b9a183b189103ae1570f.tar.gz
python 2.6: add python-numbers subpackage adding support for numerical APIs:
Included for now are the modules numbers and decimal
Diffstat (limited to 'recipes/python/python-native_2.6.4.bb')
-rw-r--r--recipes/python/python-native_2.6.4.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/python/python-native_2.6.4.bb b/recipes/python/python-native_2.6.4.bb
index 0f57c4c6ba..ccb6409e26 100644
--- a/recipes/python/python-native_2.6.4.bb
+++ b/recipes/python/python-native_2.6.4.bb
@@ -1,6 +1,7 @@
require python.inc
DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native"
-PR = "${INC_PR}.4"
+# set to 0 on every increase of INC_PR
+PR = "${INC_PR}.0"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \