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/matchbox-wm | |
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/matchbox-wm')
-rw-r--r-- | recipes/matchbox-wm/matchbox-wm_0.9.5.bb | 2 | ||||
-rw-r--r-- | recipes/matchbox-wm/matchbox-wm_1.0.bb | 2 | ||||
-rw-r--r-- | recipes/matchbox-wm/matchbox-wm_1.1.bb | 2 | ||||
-rw-r--r-- | recipes/matchbox-wm/matchbox-wm_1.2.bb | 2 | ||||
-rw-r--r-- | recipes/matchbox-wm/matchbox-wm_svn.bb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/recipes/matchbox-wm/matchbox-wm_0.9.5.bb b/recipes/matchbox-wm/matchbox-wm_0.9.5.bb index 9cfbc28be5..0a3f72e5de 100644 --- a/recipes/matchbox-wm/matchbox-wm_0.9.5.bb +++ b/recipes/matchbox-wm/matchbox-wm_0.9.5.bb @@ -2,7 +2,7 @@ require matchbox-wm.inc DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf " RDEPENDS_${PN} = "" -PR ="r2" +PR = "r3" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/0.9/matchbox-window-manager-${PV}.tar.gz \ file://kbdconfig" diff --git a/recipes/matchbox-wm/matchbox-wm_1.0.bb b/recipes/matchbox-wm/matchbox-wm_1.0.bb index c9807ab5be..4491567c1d 100644 --- a/recipes/matchbox-wm/matchbox-wm_1.0.bb +++ b/recipes/matchbox-wm/matchbox-wm_1.0.bb @@ -3,7 +3,7 @@ require matchbox-wm.inc DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf " RDEPENDS_${PN} = "" -PR ="r3" +PR = "r4" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.0/matchbox-window-manager-${PV}.tar.gz \ diff --git a/recipes/matchbox-wm/matchbox-wm_1.1.bb b/recipes/matchbox-wm/matchbox-wm_1.1.bb index 25768cf68c..63bd3c1ed2 100644 --- a/recipes/matchbox-wm/matchbox-wm_1.1.bb +++ b/recipes/matchbox-wm/matchbox-wm_1.1.bb @@ -3,7 +3,7 @@ require matchbox-wm.inc DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf " RDEPENDS_${PN} = "" -PR ="r2" +PR = "r3" SRC_URI = "http://projects.o-hand.com/matchbox/sources/matchbox-window-manager/1.1/matchbox-window-manager-${PV}.tar.gz \ file://kbdconfig" diff --git a/recipes/matchbox-wm/matchbox-wm_1.2.bb b/recipes/matchbox-wm/matchbox-wm_1.2.bb index cd28cb51fa..ce4e6b34ea 100644 --- a/recipes/matchbox-wm/matchbox-wm_1.2.bb +++ b/recipes/matchbox-wm/matchbox-wm_1.2.bb @@ -3,7 +3,7 @@ require matchbox-wm.inc DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf gconf-native " RDEPENDS_${PN} = "" -PR ="r5" +PR = "r6" SRC_URI = "http://matchbox-project.org/sources/matchbox-window-manager/1.2/matchbox-window-manager-${PV}.tar.bz2 \ file://configure_fix.patch \ diff --git a/recipes/matchbox-wm/matchbox-wm_svn.bb b/recipes/matchbox-wm/matchbox-wm_svn.bb index 97bf8d9d22..3dfdc1f6f5 100644 --- a/recipes/matchbox-wm/matchbox-wm_svn.bb +++ b/recipes/matchbox-wm/matchbox-wm_svn.bb @@ -3,7 +3,7 @@ require matchbox-wm.inc DEPENDS = "libmatchbox virtual/libx11 libxext libxcomposite libxfixes libxdamage libxrender startup-notification expat gconf " RDEPENDS_${PN} = "" PV = "1.1+svn${SRCDATE}" -PR = "r4" +PR = "r5" DEFAULT_PREFERENCE = "-1" SRC_URI = "svn://svn.o-hand.com/repos/matchbox/trunk;module=matchbox-window-manager;proto=http \ |