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 <Martin.Jansa@gmail.com>
This commit is contained in:
Martin Jansa
2013-10-31 11:25:45 +01:00
parent 8efa63e1a8
commit 191499a2b5
40 changed files with 0 additions and 40 deletions
@@ -3,4 +3,3 @@ inherit native pythonnative
DEPENDS = "python-native"
RDEPENDS_${PN} = ""
PR = "r0"