diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 10:13:18 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-14 11:14:10 +0200 |
commit | 46291053cc7d346dbb74185044b14666164989e8 (patch) | |
tree | 396282c6ac9e8316f9363aa9a8e7918aa542e8fc /recipes/python | |
parent | 98a2f13212a433bb683931dfa6c9460b43d494f6 (diff) |
recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
add PR = r1 to recipes not including any .inc file
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/python')
-rw-r--r-- | recipes/python/pyring_1.1.10.bb | 1 | ||||
-rw-r--r-- | recipes/python/python-daap_0.7.1.bb | 1 | ||||
-rw-r--r-- | recipes/python/python-psyco_1.6.bb | 1 | ||||
-rw-r--r-- | recipes/python/python-pycups_1.9.45.bb | 1 |
4 files changed, 4 insertions, 0 deletions
diff --git a/recipes/python/pyring_1.1.10.bb b/recipes/python/pyring_1.1.10.bb index 4d2e413159..2bdc111b4e 100644 --- a/recipes/python/pyring_1.1.10.bb +++ b/recipes/python/pyring_1.1.10.bb @@ -3,6 +3,7 @@ SECTION = "console/network" PRIORITY = "optional" LICENSE = "GPL" RDEPENDS_${PN} = "python python-pygtk python-xml python-netclient python-numeric pydes" +PR = "r1" ARCH_pyring = "all" diff --git a/recipes/python/python-daap_0.7.1.bb b/recipes/python/python-daap_0.7.1.bb index a16573a44f..bf1faea6db 100644 --- a/recipes/python/python-daap_0.7.1.bb +++ b/recipes/python/python-daap_0.7.1.bb @@ -2,6 +2,7 @@ DESCRIPTION = "A pure Python DAAP client implementation" SECTION = "devel/python" PRIORITY = "optional" LICENSE = "LGPL" +PR = "r1" inherit distutils diff --git a/recipes/python/python-psyco_1.6.bb b/recipes/python/python-psyco_1.6.bb index f916fb842f..cb9f95b63f 100644 --- a/recipes/python/python-psyco_1.6.bb +++ b/recipes/python/python-psyco_1.6.bb @@ -4,6 +4,7 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "PSF" RDEPENDS_${PN} = "python-core" +PR = "r1" SRCNAME = "psyco" SRC_URI = "${SOURCEFORGE_MIRROR}/${SRCNAME}/${SRCNAME}-${PV}-src.tar.gz" diff --git a/recipes/python/python-pycups_1.9.45.bb b/recipes/python/python-pycups_1.9.45.bb index 66afd92dc5..4e28e68606 100644 --- a/recipes/python/python-pycups_1.9.45.bb +++ b/recipes/python/python-pycups_1.9.45.bb @@ -3,6 +3,7 @@ SECTION = "devel/python" PRIORITY = "optional" LICENSE = "GPLv2" DEPENDS = "cups" +PR = "r1" SRCNAME = "pycups" SRC_URI = "http://cyberelk.net/tim/data/pycups/pycups-${PV}.tar.bz2" |