From 191499a2b54d04855284347ce5a067f998646be4 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Thu, 31 Oct 2013 11:25:45 +0100 Subject: recipes: Remove PR = r0 from all recipes * Remove all PR = "r0" from all .bb files in meta-oe repo. This was done with the command sed -e '/^PR.*=.*r0\"/d' meta*/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: Martin Jansa --- meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb | 1 - meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb | 1 - 2 files changed, 2 deletions(-) (limited to 'meta-oe/recipes-graphics') diff --git a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb index 5e86180ee..4c1170077 100644 --- a/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb +++ b/meta-oe/recipes-graphics/ttf-fonts/ttf-inconsolata_20100526.bb @@ -4,7 +4,6 @@ DESCRIPTION = "Inconsolata font - TTF Version" HOMEPAGE = "http://www.levien.com/type/myfonts/inconsolata.html" LICENSE = "OFL-1.1" LIC_FILES_CHKSUM = "file://../OFL.txt;md5=969851e3a70122069a4d9ee61dd5a2ed" -PR = "r0" SRC_URI = "http://levien.com/type/myfonts/Inconsolata.otf \ file://OFL.txt" diff --git a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb index 0397fb2f5..031cddf2b 100644 --- a/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb +++ b/meta-oe/recipes-graphics/xorg-driver/xf86-input-mtev_git.bb @@ -1,6 +1,5 @@ require recipes-graphics/xorg-driver/xorg-driver-input.inc DESCRIPTION = "X.Org X server -- multitouch input driver" -PR = "r0" LICENSE = "GPLv2+" LIC_FILES_CHKSUM = "file://COPYING;md5=8a71d0475d08eee76d8b6d0c6dbec543" -- cgit v1.2.3-54-g00ecf