diff options
-rw-r--r-- | recipes/python/python-native_2.6.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/python/python-native_2.6.4.bb b/recipes/python/python-native_2.6.4.bb index ccb6409e26..df2aa725b0 100644 --- a/recipes/python/python-native_2.6.4.bb +++ b/recipes/python/python-native_2.6.4.bb @@ -1,7 +1,7 @@ require python.inc DEPENDS = "openssl-native bzip2-full-native zlib-native readline-native" # set to 0 on every increase of INC_PR -PR = "${INC_PR}.0" +PR = "${INC_PR}.1" SRC_URI = "\ http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \ |