aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/python
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-08-16 16:37:24 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-08-16 16:57:21 +0200
commit8dd59bdb181eaa9b2325d1e75f657e1b78c181fc (patch)
tree7d23b7dfd5dee57d568436e45e97f480f08298b3 /recipes/python
parent1ac5a19b93b8da1150c17345c2308fa23e7c2aa7 (diff)
downloadopenembedded-8dd59bdb181eaa9b2325d1e75f657e1b78c181fc.tar.gz
recipes: bump PR in recipes depending on openssl after SHR and Angstrom moved to openssl-1.0.0
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r--recipes/python/python-ldap_2.3.9.bb1
-rw-r--r--recipes/python/python_2.6.4.bb2
2 files changed, 2 insertions, 1 deletions
diff --git a/recipes/python/python-ldap_2.3.9.bb b/recipes/python/python-ldap_2.3.9.bb
index f7f3cbe94e..de7d633855 100644
--- a/recipes/python/python-ldap_2.3.9.bb
+++ b/recipes/python/python-ldap_2.3.9.bb
@@ -4,6 +4,7 @@ PRIORITY = "optional"
LICENSE = "Python-style"
HOMEPAGE = "http://www.python-ldap.org/"
DEPENDS = "python openldap"
+PR = "r1"
SRC_URI = "http://pypi.python.org/packages/source/p/${PN}/${PN}-${PV}.tar.gz \
file://setup.cfg.patch"
diff --git a/recipes/python/python_2.6.4.bb b/recipes/python/python_2.6.4.bb
index 16efd51e4a..594ffb0af7 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}.0"
+PR = "${INC_PR}.1"
SRC_URI = "\
http://www.python.org/ftp/python/${PV}/Python-${PV}.tar.bz2;name=archive \