diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2011-12-13 14:48:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-12-13 15:05:41 +0000 |
commit | 86a815fe1b2e447e264cb40f6f65e3343d6b6188 (patch) | |
tree | 46ea057f3d694f7092062dadac8b460b7de4f6e1 | |
parent | d421f5e6d32f747596fd31cb6e90f87eee806e5c (diff) | |
download | openembedded-core-86a815fe1b2e447e264cb40f6f65e3343d6b6188.tar.gz openembedded-core-86a815fe1b2e447e264cb40f6f65e3343d6b6188.tar.bz2 openembedded-core-86a815fe1b2e447e264cb40f6f65e3343d6b6188.zip |
python: bump PR due to arm OVERRIDES change
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta/recipes-devtools/python/python_2.7.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/python/python_2.7.2.bb b/meta/recipes-devtools/python/python_2.7.2.bb index 5417d5eb78..5e8e0d7fa4 100644 --- a/meta/recipes-devtools/python/python_2.7.2.bb +++ b/meta/recipes-devtools/python/python_2.7.2.bb @@ -1,7 +1,7 @@ require python.inc DEPENDS = "python-native db gdbm openssl readline sqlite3 zlib" DEPENDS_sharprom = "python-native db readline zlib gdbm openssl" -PR = "${INC_PR}.3" +PR = "${INC_PR}.4" DISTRO_SRC_URI ?= "file://sitecustomize.py" DISTRO_SRC_URI_linuxstdbase = "" |