diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-29 11:14:13 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-30 14:51:34 +0000 |
commit | 58ae94f1b06d0e6234413dbf9869bde85f154c85 (patch) | |
tree | 0c0edbdf7f602d010b1b0552e6af89e378089f28 /meta/recipes-sato | |
parent | 5c3ec044838e23539f9fe4cc74da4db2e5b59166 (diff) | |
download | openembedded-core-contrib-58ae94f1b06d0e6234413dbf9869bde85f154c85.tar.gz |
recipes: Remove PR = r0 from all recipes
Remove all PR = "r0" from all .bb files in oe-core. This was done
with the command sed -e '/^PR.*=.*r0\"/d' recipes*/*/*.bb -i
We've switching to the PR server, PR bumps are no longer needed and
this saves people either accidentally bumping them or forgetting to
remove the lines (r0 is the default anyway).
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-sato')
11 files changed, 0 insertions, 11 deletions
diff --git a/meta/recipes-sato/gaku/gaku_git.bb b/meta/recipes-sato/gaku/gaku_git.bb index e17ebc788c1..dea250af6d4 100644 --- a/meta/recipes-sato/gaku/gaku_git.bb +++ b/meta/recipes-sato/gaku/gaku_git.bb @@ -17,7 +17,6 @@ RRECOMMENDS_${PN} = "gst-plugins-good-id3demux \ SRCREV = "a0be2fe4b5f12b8b07f4e3bd624b3729657f0ac5" PV = "0.1+git${SRCPV}" -PR = "r0" SRC_URI = "git://git.yoctoproject.org/${BPN}" diff --git a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb index 5526a6486d1..8d4378536a2 100644 --- a/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb +++ b/meta/recipes-sato/gtk-engines/gtk-sato-engine_git.bb @@ -6,7 +6,6 @@ LIC_FILES_CHKSUM = "file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ SRCREV = "4740ad8d53aba4368ce3e03b06cfdc69eb86dcdc" PV = "0.3.3+git${SRCPV}" -PR = "r0" SRC_URI = "git://git.yoctoproject.org/${BPN}" diff --git a/meta/recipes-sato/libowl/libowl_git.bb b/meta/recipes-sato/libowl/libowl_git.bb index 54ca62bcd88..0c3f9a399d3 100644 --- a/meta/recipes-sato/libowl/libowl_git.bb +++ b/meta/recipes-sato/libowl/libowl_git.bb @@ -12,7 +12,6 @@ SECTION = "libs" DEPENDS = "gtk+" SRCREV = "6ebc8ac8f8575278dd40a535cadefa26374e44b1" PV = "0.1+git${SRCPV}" -PR = "r0" SRC_URI = "git://git.yoctoproject.org/${BPN}" diff --git a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb index fb35f989fac..079d779ad6f 100644 --- a/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb +++ b/meta/recipes-sato/matchbox-config-gtk/matchbox-config-gtk_git.bb @@ -11,7 +11,6 @@ RDEPENDS_${PN} = "settings-daemon" SRCREV = "3ed74dfb7c57be088a5ab36e446c0ccde9fa1028" PV = "0.0+git${SRCPV}" -PR = "r0" S = "${WORKDIR}/git" diff --git a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb index b17a7664b4b..d894e846b44 100644 --- a/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb +++ b/meta/recipes-sato/matchbox-desktop/matchbox-desktop_git.bb @@ -12,7 +12,6 @@ DEPENDS = "gtk+ startup-notification dbus" SECTION = "x11/wm" SRCREV = "71e3e6e04271e9d5a14f1c231ef100c7f320134d" PV = "2.0+git${SRCPV}" -PR = "r0" SRC_URI = "git://git.yoctoproject.org/${BPN}-2" diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb index eff20f0493f..34542b263ad 100644 --- a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb +++ b/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb @@ -13,7 +13,6 @@ DEPENDS += " ${@base_contains("MACHINE_FEATURES", "apm", "apmd", "",d)}" SRCREV = "26a3a67b41c50e0ae163d8fe86ccf7a0f0a671ae" PV = "2.0+git${SRCPV}" -PR = "r0" RPROVIDES_${PN} = "matchbox-panel" RREPLACES_${PN} = "matchbox-panel" diff --git a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb index 0cebd0226fa..23dc043b0b9 100644 --- a/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb +++ b/meta/recipes-sato/matchbox-theme-sato/matchbox-theme-sato_git.bb @@ -2,7 +2,6 @@ require matchbox-theme-sato.inc SRCREV = "f72cf4ed7d71ad9e47b0f2d3dbc593bc2f3e76f8" PV = "0.2+git${SRCPV}" -PR = "r0" DEFAULT_PREFERENCE = "-1" diff --git a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb index 2be4a56205a..4bd4a6a8895 100644 --- a/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb +++ b/meta/recipes-sato/pcmanfm/pcmanfm_1.1.2.bb @@ -11,7 +11,6 @@ SECTION = "x11" DEPENDS = "gtk+ startup-notification libfm" DEPENDS_append_poky = " libowl" -PR = "r0" COMPATIBLE_HOST = '(x86_64.*|i.86.*|aarch64.*|arm.*|mips.*|powerpc.*|sh.*)-(linux|freebsd.*)' diff --git a/meta/recipes-sato/puzzles/puzzles_r9765.bb b/meta/recipes-sato/puzzles/puzzles_r9765.bb index d13a87e42e7..242c94a4e39 100644 --- a/meta/recipes-sato/puzzles/puzzles_r9765.bb +++ b/meta/recipes-sato/puzzles/puzzles_r9765.bb @@ -2,7 +2,6 @@ DESCRIPTION="Simon Tatham's Portable Puzzle Collection" HOMEPAGE="http://www.chiark.greenend.org.uk/~sgtatham/puzzles/" DEPENDS = "gtk+ libxt" -PR = "r0" MOD_PV = "${@d.getVar('PV',1)[1:]}" LICENSE = "MIT" diff --git a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb index e417957f615..c3770aedf60 100644 --- a/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb +++ b/meta/recipes-sato/rxvt-unicode/rxvt-unicode_9.18.bb @@ -10,7 +10,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263 \ DEPENDS = "virtual/libx11 libxt libxft gdk-pixbuf" -PR = "r0" SRC_URI = "http://dist.schmorp.de/rxvt-unicode/Attic/rxvt-unicode-${PV}.tar.bz2 \ file://xwc.patch \ diff --git a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb index 238348a9967..c0bb2b0a993 100644 --- a/meta/recipes-sato/settings-daemon/settings-daemon_git.bb +++ b/meta/recipes-sato/settings-daemon/settings-daemon_git.bb @@ -9,7 +9,6 @@ SECTION = "x11" SRCREV = "9a99528b02255450db81176abd9bbcc1dab9a4c1" PV = "0.0+git${SRCPV}" -PR = "r0" SRC_URI = "git://git.yoctoproject.org/xsettings-daemon \ file://addsoundkeys.patch;apply=yes \ |