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/gpe-autostarter | |
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/gpe-autostarter')
-rw-r--r-- | recipes/gpe-autostarter/gpe-autostarter_0.11.bb | 1 | ||||
-rw-r--r-- | recipes/gpe-autostarter/gpe-autostarter_0.12.bb | 1 | ||||
-rw-r--r-- | recipes/gpe-autostarter/gpe-autostarter_0.6.bb | 1 | ||||
-rw-r--r-- | recipes/gpe-autostarter/gpe-autostarter_0.7.bb | 1 | ||||
-rw-r--r-- | recipes/gpe-autostarter/gpe-autostarter_svn.bb | 1 |
5 files changed, 5 insertions, 0 deletions
diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb index 45fe30432e..d62b2e4ae3 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.11.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.11.bb @@ -2,6 +2,7 @@ SECTION = "gpe" DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11" RDEPENDS_${PN} = "hotplug-dbus" LICENSE = "GPL" +PR = "r1" inherit gpe diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.12.bb b/recipes/gpe-autostarter/gpe-autostarter_0.12.bb index c05f578651..07f242a9ee 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.12.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.12.bb @@ -2,6 +2,7 @@ LICENSE = "GPL" SECTION = "gpe" DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11" RDEPENDS_${PN} = "hotplug-dbus" +PR = "r1" inherit gpe diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb index 9fa051bdd0..65da426cea 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.6.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.6.bb @@ -2,6 +2,7 @@ LICENSE = "GPL" SECTION = "gpe" DEPENDS = "glib-2.0 dbus-glib hotplug-dbus" RDEPENDS_${PN} = "hotplug-dbus" +PR = "r1" inherit gpe diff --git a/recipes/gpe-autostarter/gpe-autostarter_0.7.bb b/recipes/gpe-autostarter/gpe-autostarter_0.7.bb index 4a8df34318..046cb0bbba 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_0.7.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_0.7.bb @@ -2,6 +2,7 @@ LICENSE = "GPL" SECTION = "gpe" DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11" RDEPENDS_${PN} = "hotplug-dbus" +PR = "r1" inherit gpe diff --git a/recipes/gpe-autostarter/gpe-autostarter_svn.bb b/recipes/gpe-autostarter/gpe-autostarter_svn.bb index fe372065cd..727f1beea7 100644 --- a/recipes/gpe-autostarter/gpe-autostarter_svn.bb +++ b/recipes/gpe-autostarter/gpe-autostarter_svn.bb @@ -2,6 +2,7 @@ SECTION = "gpe" LICENSE = "GPL" DEPENDS = "glib-2.0 dbus-glib hotplug-dbus virtual/libx11" RDEPENDS_${PN} = "hotplug-dbus" +PR = "r1" inherit gpe |