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-extended/zsh/zsh.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta-oe/recipes-extended') diff --git a/meta-oe/recipes-extended/zsh/zsh.inc b/meta-oe/recipes-extended/zsh/zsh.inc index 55812213ab..03201d68cb 100644 --- a/meta-oe/recipes-extended/zsh/zsh.inc +++ b/meta-oe/recipes-extended/zsh/zsh.inc @@ -2,7 +2,6 @@ DESCRIPTION = "UNIX Shell similar to the Korn shell" HOMEPAGE="http://www.zsh.org" SECTION = "base/shell" -PR = "r0" LICENSE = "ZSH" LIC_FILES_CHKSUM = "file://LICENCE;md5=ad234d4b46db63491c4a9789da4fb341" -- cgit 1.2.3-korg