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/nonworking | |
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/nonworking')
-rw-r--r-- | recipes/nonworking/e2fsprogs/e2fsprogs.inc | 2 | ||||
-rw-r--r-- | recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/gpe-contacts/gpe-contacts.inc | 2 | ||||
-rw-r--r-- | recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/icecast/icecast_2.2.0.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/linux/linux-mtx-1_2.4.24.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/meta/meta-gpephone.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/meta/meta-sectest-gpe.bb | 2 | ||||
-rw-r--r-- | recipes/nonworking/python/python-sword_1.5.10.bb | 2 |
11 files changed, 11 insertions, 11 deletions
diff --git a/recipes/nonworking/e2fsprogs/e2fsprogs.inc b/recipes/nonworking/e2fsprogs/e2fsprogs.inc index f9dae6ecf0..37d3b6d2de 100644 --- a/recipes/nonworking/e2fsprogs/e2fsprogs.inc +++ b/recipes/nonworking/e2fsprogs/e2fsprogs.inc @@ -9,7 +9,7 @@ SRC_URI = "${SOURCEFORGE_MIRROR}/e2fsprogs/e2fsprogs-${PV}.tar.gz" S = "${WORKDIR}/e2fsprogs-${PV}" -INC_PR = "r23" +INC_PR = "r24" inherit autotools diff --git a/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb b/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb index 13b015489b..3cb5f9c38f 100644 --- a/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb +++ b/recipes/nonworking/e2fsprogs/e2fsprogs_1.41.2.bb @@ -1,6 +1,6 @@ require e2fsprogs.inc -PR = "r0" +PR = "r1" DEFAULT_PREFERENCE = "-1" SRC_URI += "file://no-hardlinks.patch" diff --git a/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb b/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb index e65c15c034..91a634d160 100644 --- a/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb +++ b/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.40.bb @@ -1,6 +1,6 @@ require gpe-contacts.inc -PR ="r2" +PR = "r3" SRC_URI = "${GPE_MIRROR}/gpe-contacts-${PV}.tar.bz2" DEPENDS += "gtk+-2.6.4-1.osso7 libgpepimc-hildon libosso hildon-lgpl" diff --git a/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb b/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb index e8ccced4e3..7b0e97ee77 100644 --- a/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb +++ b/recipes/nonworking/gpe-contacts/gpe-contacts-hildon_0.42.bb @@ -1,6 +1,6 @@ require gpe-contacts.inc -PR ="r2" +PR = "r3" SRC_URI = "${GPE_MIRROR}/gpe-contacts-${PV}.tar.bz2" DEPENDS += "gtk+-2.6.4-1.osso7 libgpepimc-hildon libosso hildon-lgpl" diff --git a/recipes/nonworking/gpe-contacts/gpe-contacts.inc b/recipes/nonworking/gpe-contacts/gpe-contacts.inc index b98d6b36d9..7a7fdbecfd 100644 --- a/recipes/nonworking/gpe-contacts/gpe-contacts.inc +++ b/recipes/nonworking/gpe-contacts/gpe-contacts.inc @@ -1,7 +1,7 @@ LICENSE = "GPL" inherit gpe autotools pkgconfig -PR = "r0" +PR = "r1" DEPENDS = "libgpewidget libdisplaymigration libgpevtype dbus" SECTION = "gpe" diff --git a/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb b/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb index 38c07c91c8..2b69eac46a 100644 --- a/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb +++ b/recipes/nonworking/gtk+/gtk+-directfb_2.10.14.bb @@ -1,6 +1,6 @@ require gtk-2.10.inc -PR = "r2" +PR = "r3" # disable per default - untested and not all patches included. DEFAULT_PREFERENCE = "-1" diff --git a/recipes/nonworking/icecast/icecast_2.2.0.bb b/recipes/nonworking/icecast/icecast_2.2.0.bb index 59f607c310..44eea399e3 100644 --- a/recipes/nonworking/icecast/icecast_2.2.0.bb +++ b/recipes/nonworking/icecast/icecast_2.2.0.bb @@ -1,4 +1,4 @@ -PR = "r4" +PR = "r5" LICENSE = "GPLv2" DEPENDS = "libvorbis libogg libxslt" diff --git a/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb b/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb index 728ea1b135..3e28dad6ee 100644 --- a/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb +++ b/recipes/nonworking/linux/linux-mtx-1_2.4.24.bb @@ -3,7 +3,7 @@ DESCRIPTION = "Linux kernel for MTX-1 (MeshCube)" LICENSE = "GPL" KV = "${PV}" RDEPENDS_${PN} = "mtd-utils" -PR ="r2" +PR = "r3" SRC_URI = "cvs://cvs:cvs@ftp.linux-mips.org/home/cvs;module=linux;tag=linux_2_4_24_pre2 \ file://01-mtd-2004-01-27.diff \ diff --git a/recipes/nonworking/meta/meta-gpephone.bb b/recipes/nonworking/meta/meta-gpephone.bb index 0a80341546..31c9b83995 100644 --- a/recipes/nonworking/meta/meta-gpephone.bb +++ b/recipes/nonworking/meta/meta-gpephone.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Meta-package for GPE Palmtop Environment Phone packages" LICENSE = "MIT" -PR = "r1" +PR = "r2" RDEPENDS_${PN} = "\ gpephone-task-base \ diff --git a/recipes/nonworking/meta/meta-sectest-gpe.bb b/recipes/nonworking/meta/meta-sectest-gpe.bb index 288f0fb923..260648dac9 100644 --- a/recipes/nonworking/meta/meta-sectest-gpe.bb +++ b/recipes/nonworking/meta/meta-sectest-gpe.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Meta-package for GPE Security Testing Image" LICENSE = "MIT" -PR = "r6" +PR = "r7" RDEPENDS_${PN} = "\ gpe-task-base \ diff --git a/recipes/nonworking/python/python-sword_1.5.10.bb b/recipes/nonworking/python/python-sword_1.5.10.bb index bb419934ec..c6acd5c726 100644 --- a/recipes/nonworking/python/python-sword_1.5.10.bb +++ b/recipes/nonworking/python/python-sword_1.5.10.bb @@ -5,7 +5,7 @@ LICENSE = "GPL" RDEPENDS_${PN} = "python-core sword" DEPENDS = "sword-${PV} swig-native" SRCNAME = "sword" -PR = "r0" +PR = "r1" SRC_URI = "http://crosswire.org/ftpmirror/pub/sword/source/v1.5/sword-${PV}.tar.gz" |