diff options
Diffstat (limited to 'recipes/python')
| -rw-r--r-- | recipes/python/python-native_2.6.4.bb | 3 | ||||
| -rw-r--r-- | recipes/python/python.inc | 2 | ||||
| -rw-r--r-- | recipes/python/python_2.6.4.bb | 2 |
3 files changed, 4 insertions, 3 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 \ diff --git a/recipes/python/python.inc b/recipes/python/python.inc index aff18db6f8..1e73d103c7 100644 --- a/recipes/python/python.inc +++ b/recipes/python/python.inc @@ -4,7 +4,7 @@ LICENSE = "PSF" SECTION = "devel/python" PRIORITY = "optional" # bump this on every change in contrib/python/generate-manifest-2.6.py -INC_PR = "ml9" +INC_PR = "ml10" DEFAULT_PREFERENCE = "-26" diff --git a/recipes/python/python_2.6.4.bb b/recipes/python/python_2.6.4.bb index 84234f7e4d..1d91d47304 100644 --- a/recipes/python/python_2.6.4.bb +++ b/recipes/python/python_2.6.4.bb @@ -3,7 +3,7 @@ DEPENDS = "python-native db gdbm openssl readline sqlite3 tcl zlib\ ${@base_contains('DISTRO_FEATURES', 'tk', 'tk', '', d)}" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" # set to .0 on every increase of INC_PR -PR = "${INC_PR}.1" +PR = "${INC_PR}.0" SRC_URI = "\ http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \ |
