diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 21:37:43 +0200 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2010-06-10 21:50:51 +0200 |
commit | dce51c1b4ea37b62b953e1b719c8468e14d2f5ca (patch) | |
tree | d9f31ab62b7087b7cc40d85284824461f23f5433 /recipes/fuse | |
parent | 719de6735f6d14ad05f231df900795bbb19a2810 (diff) |
recipes: bump PR/INC_PR for packages changed in RDEPENDS/RRECOMMENDS/RSUGGESTS/RPROVIDES/RCONFLICTS/RREPLACES cleanup
* only 769 from 1102 recipes were covered by automatic PR bump, list
of remaining 333 recipes not using PR/INC_PR is available for manual
PR add or INC_PR conversion - volunteers?
http://build.shr-project.org/tests/jama/files.not.PR.bumped
* just echo 'PR = "r1"' to recipes without any PR/INC_PR is not so good
idea without manual check, because sometimes they rely on PR set in
their .inc file and "r1" could make it go backwards
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'recipes/fuse')
-rw-r--r-- | recipes/fuse/curlftpfs_0.9.2.bb | 2 | ||||
-rw-r--r-- | recipes/fuse/fuse-module_2.6.5.bb | 2 | ||||
-rw-r--r-- | recipes/fuse/fuse-module_2.7.1.bb | 2 | ||||
-rw-r--r-- | recipes/fuse/fuse-module_2.7.4.bb | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes/fuse/curlftpfs_0.9.2.bb b/recipes/fuse/curlftpfs_0.9.2.bb index ae9ae91998..53d44a8c7f 100644 --- a/recipes/fuse/curlftpfs_0.9.2.bb +++ b/recipes/fuse/curlftpfs_0.9.2.bb @@ -6,7 +6,7 @@ PRIORITY = "optional" LICENSE = "GPLv2" DEPENDS = "glib-2.0 fuse curl" RDEPENDS_${PN} += " libcurl " -PR = "r0" +PR = "r1" SRC_URI = "${SOURCEFORGE_MIRROR}/curlftpfs/${P}.tar.gz" diff --git a/recipes/fuse/fuse-module_2.6.5.bb b/recipes/fuse/fuse-module_2.6.5.bb index 3fea537536..ddfd953cca 100644 --- a/recipes/fuse/fuse-module_2.6.5.bb +++ b/recipes/fuse/fuse-module_2.6.5.bb @@ -1,7 +1,7 @@ require fuse.inc RRECOMMENDS_${PN} = "fuse" -PR = "r1" +PR = "r2" S = "${WORKDIR}/fuse-${PV}" FILES_${PN} = "/dev ${base_libdir}/modules ${sysconfdir}" diff --git a/recipes/fuse/fuse-module_2.7.1.bb b/recipes/fuse/fuse-module_2.7.1.bb index d3a4f471d8..e9773e8b28 100644 --- a/recipes/fuse/fuse-module_2.7.1.bb +++ b/recipes/fuse/fuse-module_2.7.1.bb @@ -1,7 +1,7 @@ require fuse.inc RRECOMMENDS_${PN} = "fuse" -PR = "r0" +PR = "r1" S = "${WORKDIR}/fuse-${PV}" FILES_${PN} = "/dev ${base_libdir}/modules ${sysconfdir}" diff --git a/recipes/fuse/fuse-module_2.7.4.bb b/recipes/fuse/fuse-module_2.7.4.bb index ee2afd857e..21263d6989 100644 --- a/recipes/fuse/fuse-module_2.7.4.bb +++ b/recipes/fuse/fuse-module_2.7.4.bb @@ -1,7 +1,7 @@ require fuse.inc RRECOMMENDS_${PN} = "fuse" -PR = "r0" +PR = "r1" S = "${WORKDIR}/fuse-${PV}" FILES_${PN} = "/dev ${base_libdir}/modules ${sysconfdir}" |