diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 17:43:48 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-08-16 17:43:48 +0200 |
commit | 46a6b6eed06bd3873a2310e397071c4d6c5c49a1 (patch) | |
tree | aa90d723607071d1dbb3090166b1e51a0b9fcbf7 /recipes/python | |
parent | 637002603d949f26ea7fcd42843dc4070b9465f9 (diff) |
python-native: bump PR after openssl upgrade
Diffstat (limited to 'recipes/python')
-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 \ |