aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/obsolete
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 21:37:43 +0200
committerMartin Jansa <Martin.Jansa@gmail.com>2010-06-10 21:50:51 +0200
commitdce51c1b4ea37b62b953e1b719c8468e14d2f5ca (patch)
treed9f31ab62b7087b7cc40d85284824461f23f5433 /recipes/obsolete
parent719de6735f6d14ad05f231df900795bbb19a2810 (diff)
downloadopenembedded-dce51c1b4ea37b62b953e1b719c8468e14d2f5ca.tar.gz
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/obsolete')
-rw-r--r--recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb2
-rw-r--r--recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-3.bb2
-rw-r--r--recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb2
-rw-r--r--recipes/obsolete/python/python-efl.inc2
-rw-r--r--recipes/obsolete/python/python-etk_svn.bb2
-rw-r--r--recipes/obsolete/shr/etk-theme-neo_git.bb2
-rw-r--r--recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb2
-rw-r--r--recipes/obsolete/tasks/task-bootstrap-unionroot.bb2
-rw-r--r--recipes/obsolete/tasks/task-bootstrap.bb2
-rw-r--r--recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb2
-rw-r--r--recipes/obsolete/zd1211/zd1211_r77.bb2
-rw-r--r--recipes/obsolete/zd1211/zd1211_r83.bb2
12 files changed, 12 insertions, 12 deletions
diff --git a/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb b/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb
index 8c14ccb0ba..a5e31d05b2 100644
--- a/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb
+++ b/recipes/obsolete/maemo/osso-gnome-vfs2_2.8.4.4-1.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "The Gnome Virtual File System - OSSO Version"
LICENSE = "GPL"
SECTION = "x11/gnome"
-PR = "r4"
+PR = "r5"
PROVIDES = "virtual/gnome-vfs"
RPROVIDES_${PN} = "gnome-vfs"
diff --git a/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-3.bb b/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-3.bb
index e9b0a56752..0603b015ac 100644
--- a/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-3.bb
+++ b/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-3.bb
@@ -9,7 +9,7 @@ RDEPENDS_${PN} = "python-elementary python-compression python-misc python-netcli
PACKAGE_ARCH = "all"
PV = "2.0.9-3"
-PR = "r0"
+PR = "r1"
SRC_URI = "http://bazaar.launchpad.net/%7Evaudano/babiloo/efl/download/head%3A/babiloo_2.0.93.tar.g-20091127144609-qfgdm9zxdc47ap4y-1/babiloo_2.0.9-3.tar.gz;name=tarball"
SRC_URI[tarball.md5sum] = "3f254dbbe7dd7a4c9527e1e17686101b"
diff --git a/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb b/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb
index 32ca643833..c668542b8b 100644
--- a/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb
+++ b/recipes/obsolete/openmoko-3rdparty/babiloo-efl_2.0.9-4.bb
@@ -9,7 +9,7 @@ RDEPENDS_${PN} = "python-elementary python-compression python-misc python-netcli
PACKAGE_ARCH = "all"
PV = "2.0.9-4"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://bazaar.launchpad.net/%7Evaudano/babiloo/efl/download/head%3A/babiloo_2.0.94.tar.g-20091201105555-efky7gi6fkm39xw8-2/babiloo_2.0.9-4.tar.gz;name=tarball"
SRC_URI[tarball.md5sum] = "f5f25daff7accb8d409fa9f94c49fc17"
diff --git a/recipes/obsolete/python/python-efl.inc b/recipes/obsolete/python/python-efl.inc
index d8559eab5b..745ba57cc6 100644
--- a/recipes/obsolete/python/python-efl.inc
+++ b/recipes/obsolete/python/python-efl.inc
@@ -8,7 +8,7 @@ HOMEPAGE = "http://www.enlightenment.org"
DEPENDS = "python-cython-native python-pyrex-native python-numeric eina"
RDEPENDS_${PN} += "python-lang"
PV = "0.3.1+svnr${SRCPV}"
-PR = "ml0"
+PR = "ml1"
inherit setuptools
diff --git a/recipes/obsolete/python/python-etk_svn.bb b/recipes/obsolete/python/python-etk_svn.bb
index 54f9c6e3cd..a914e78dac 100644
--- a/recipes/obsolete/python/python-etk_svn.bb
+++ b/recipes/obsolete/python/python-etk_svn.bb
@@ -2,7 +2,7 @@ require python-efl.inc
DEPENDS += "etk python-evas python-ecore"
RDEPENDS_${PN} += "python-evas python-ecore python-edje python-numeric python-math etk-themes"
PV = "0.1.1+svnr${SRCPV}"
-PR = "ml1"
+PR = "ml2"
SRCREV = "${EFL_SRCREV}"
diff --git a/recipes/obsolete/shr/etk-theme-neo_git.bb b/recipes/obsolete/shr/etk-theme-neo_git.bb
index 68b83e1653..b216c0d744 100644
--- a/recipes/obsolete/shr/etk-theme-neo_git.bb
+++ b/recipes/obsolete/shr/etk-theme-neo_git.bb
@@ -6,7 +6,7 @@ LICENSE = "unknown"
SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
PV = "0.2-${EFL_SRCREV}+gitr${SRCPV}"
-PR = "r4"
+PR = "r5"
SRC_URI = "git://git.shr-project.org/repo/shr-themes.git;protocol=http;branch=master"
diff --git a/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb b/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb
index 2b10c3383d..f716a1705d 100644
--- a/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb
+++ b/recipes/obsolete/shr/libframeworkd-phonegui-efl-theme-neo_git.bb
@@ -7,7 +7,7 @@ LICENSE = "unknown"
SRCREV = "1cc80e26a4558dfc2268b349d9a1f468e515bcfb"
PV = "0.2-${EFL_SRCREV}+gitr${SRCPV}"
-PR = "r3"
+PR = "r4"
require libframeworkd-phonegui-efl-theme.inc
diff --git a/recipes/obsolete/tasks/task-bootstrap-unionroot.bb b/recipes/obsolete/tasks/task-bootstrap-unionroot.bb
index c6f72b8239..64bdcc3d7e 100644
--- a/recipes/obsolete/tasks/task-bootstrap-unionroot.bb
+++ b/recipes/obsolete/tasks/task-bootstrap-unionroot.bb
@@ -1,7 +1,7 @@
DESCRIPTION = "Core packages required for a basic installation with unionroot"
PROVIDES = "task-bootstrap"
RPROVIDES_${PN} = "task-bootstrap"
-PR = "r2"
+PR = "r3"
DEFAULT_PREFERENCE = "-1"
# The BOOTSTRAP_EXTRA_ variables are often manipulated by the
diff --git a/recipes/obsolete/tasks/task-bootstrap.bb b/recipes/obsolete/tasks/task-bootstrap.bb
index af2a37df98..bf8e762e40 100644
--- a/recipes/obsolete/tasks/task-bootstrap.bb
+++ b/recipes/obsolete/tasks/task-bootstrap.bb
@@ -1,5 +1,5 @@
DESCRIPTION = "Core packages required for a basic installation"
-PR = "r25"
+PR = "r26"
# The BOOTSTRAP_EXTRA_ variables are often manipulated by the
# MACHINE .conf files, so adjust PACKAGE_ARCH accordingly.
diff --git a/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb b/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb
index 4d0c0a2a43..630ec576d6 100644
--- a/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb
+++ b/recipes/obsolete/xorg-xserver/xserver-xorg_1.6.1.bb
@@ -4,7 +4,7 @@ DESCRIPTION = "the X.Org X server"
DEPENDS += "pixman libpciaccess openssl xineramaproto libxinerama"
RDEPENDS_${PN} += "hal"
PE = "2"
-PR = "${INC_PR}.1"
+PR = "${INC_PR}.2"
SRC_URI += "file://sysroot_fix.patch \
file://dolt-fix.patch"
diff --git a/recipes/obsolete/zd1211/zd1211_r77.bb b/recipes/obsolete/zd1211/zd1211_r77.bb
index 54c938ef34..1e2a818f7d 100644
--- a/recipes/obsolete/zd1211/zd1211_r77.bb
+++ b/recipes/obsolete/zd1211/zd1211_r77.bb
@@ -2,7 +2,7 @@ DESCRIPTION = "Driver for zd1211 family of wireless USB Dongles"
PRIORITY = "optional"
SECTION = "kernel/modules"
LICENSE = "GPL"
-PR = "r3"
+PR = "r4"
RDEPENDS_${PN} = "wireless-tools"
SRC_URI = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
diff --git a/recipes/obsolete/zd1211/zd1211_r83.bb b/recipes/obsolete/zd1211/zd1211_r83.bb
index 8237682a38..fcb8343236 100644
--- a/recipes/obsolete/zd1211/zd1211_r83.bb
+++ b/recipes/obsolete/zd1211/zd1211_r83.bb
@@ -4,7 +4,7 @@ SECTION = "kernel/modules"
PRIORITY = "optional"
LICENSE = "GPL"
RDEPENDS_${PN} = "wireless-tools"
-PR = "r1"
+PR = "r2"
SRC_URI = "http://zd1211.ath.cx/download/zd1211-driver-${PV}.tgz \
file://makefile.patch"