From dce51c1b4ea37b62b953e1b719c8468e14d2f5ca Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 10 Jun 2010 21:37:43 +0200 Subject: 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 --- recipes/mamona/bash-noemu_3.2.bb | 2 +- recipes/mamona/binutils-noemu_2.17.50.0.5.bb | 2 +- recipes/mamona/binutils-noemu_2.18.bb | 2 +- recipes/mamona/gcc-noemu_4.1.1.bb | 2 +- recipes/mamona/gcc-noemu_4.1.2.bb | 2 +- recipes/mamona/mamona-sound-n770_0.1.0.bb | 2 +- recipes/mamona/mamona-sound-n800_0.1.0.bb | 2 +- recipes/mamona/udev-usbserial_0.1.bb | 2 +- recipes/mamona/usbnet_0.1.0.bb | 2 +- 9 files changed, 9 insertions(+), 9 deletions(-) (limited to 'recipes/mamona') diff --git a/recipes/mamona/bash-noemu_3.2.bb b/recipes/mamona/bash-noemu_3.2.bb index 1a1f99159e..4269818bc1 100644 --- a/recipes/mamona/bash-noemu_3.2.bb +++ b/recipes/mamona/bash-noemu_3.2.bb @@ -1,5 +1,5 @@ require ../bash/bash.inc -PR = "r1" +PR = "r2" RCONFLICTS_${PN} = "bash" RREPLACES_${PN} = "bash" diff --git a/recipes/mamona/binutils-noemu_2.17.50.0.5.bb b/recipes/mamona/binutils-noemu_2.17.50.0.5.bb index 189f13e35a..f2362ff943 100644 --- a/recipes/mamona/binutils-noemu_2.17.50.0.5.bb +++ b/recipes/mamona/binutils-noemu_2.17.50.0.5.bb @@ -1,6 +1,6 @@ require ../binutils/binutils.inc -PR = "r1" +PR = "r2" RCONFLICTS_${PN} = "binutils" RREPLACES_${PN} = "binutils" diff --git a/recipes/mamona/binutils-noemu_2.18.bb b/recipes/mamona/binutils-noemu_2.18.bb index e1ac7fcaf6..42233bcf99 100644 --- a/recipes/mamona/binutils-noemu_2.18.bb +++ b/recipes/mamona/binutils-noemu_2.18.bb @@ -1,4 +1,4 @@ -PR = "r0" +PR = "r1" require ../binutils/binutils.inc diff --git a/recipes/mamona/gcc-noemu_4.1.1.bb b/recipes/mamona/gcc-noemu_4.1.1.bb index f27163109b..cc366d6aae 100644 --- a/recipes/mamona/gcc-noemu_4.1.1.bb +++ b/recipes/mamona/gcc-noemu_4.1.1.bb @@ -1,4 +1,4 @@ -PR = "r14" +PR = "r15" DESCRIPTION = "The GNU cc and gcc C compilers." HOMEPAGE = "http://www.gnu.org/software/gcc/" SECTION = "devel" diff --git a/recipes/mamona/gcc-noemu_4.1.2.bb b/recipes/mamona/gcc-noemu_4.1.2.bb index 835dcbd825..78c7d799a3 100644 --- a/recipes/mamona/gcc-noemu_4.1.2.bb +++ b/recipes/mamona/gcc-noemu_4.1.2.bb @@ -4,7 +4,7 @@ SECTION = "devel" LICENSE = "GPL" # NOTE: split PR. If the main .bb changes something that affects its *build* # remember to increment the -cross .bb PR too. -PR = "r0" +PR = "r1" RCONFLICTS_${PN} = "gcc" RREPLACES_${PN} = "gcc" diff --git a/recipes/mamona/mamona-sound-n770_0.1.0.bb b/recipes/mamona/mamona-sound-n770_0.1.0.bb index 5cafb80aa3..c5fcbf87b9 100644 --- a/recipes/mamona/mamona-sound-n770_0.1.0.bb +++ b/recipes/mamona/mamona-sound-n770_0.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://dev.openbossa.org/trac/mamona/" #SECTION = "console/utils" LICENSE = "GPL" RDEPENDS_${PN} = "dspgw-utils udev alsa-lib alsa-utils-alsactl" -PR = "r1" +PR = "r2" PACKAGES = "${PN}" diff --git a/recipes/mamona/mamona-sound-n800_0.1.0.bb b/recipes/mamona/mamona-sound-n800_0.1.0.bb index 6d7e2e1ef0..d726c36b48 100644 --- a/recipes/mamona/mamona-sound-n800_0.1.0.bb +++ b/recipes/mamona/mamona-sound-n800_0.1.0.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Mamona's sound configuration for Nokia N800" HOMEPAGE = "http://dev.openbossa.org/trac/mamona/" LICENSE = "GPL" RDEPENDS_${PN} = "dspgw-utils udev alsa-lib alsa-utils-alsactl" -PR = "r1" +PR = "r2" PACKAGES = "${PN}" diff --git a/recipes/mamona/udev-usbserial_0.1.bb b/recipes/mamona/udev-usbserial_0.1.bb index 2a6e9d504e..c452cf95b2 100644 --- a/recipes/mamona/udev-usbserial_0.1.bb +++ b/recipes/mamona/udev-usbserial_0.1.bb @@ -2,7 +2,7 @@ DESCRIPTION = "Udev rules file to spawn getty in ttyUSB" SECTION = "utils" LICENSE = "GPL" RDEPENDS_${PN} = "udev" -PR = "r1" +PR = "r2" PACKAGES = "${PN}" diff --git a/recipes/mamona/usbnet_0.1.0.bb b/recipes/mamona/usbnet_0.1.0.bb index 8ac122c3ea..65156a3e3b 100644 --- a/recipes/mamona/usbnet_0.1.0.bb +++ b/recipes/mamona/usbnet_0.1.0.bb @@ -3,7 +3,7 @@ HOMEPAGE = "http://dev.openbossa.org/trac/mamona/" SECTION = "utils" LICENSE = "GPL" RDEPENDS_${PN} = "module-init-tools busybox" -PR = "r1" +PR = "r2" PACKAGES = "${PN}" -- cgit 1.2.3-korg