mirror of
https://git.yoctoproject.org/poky
synced 2026-04-30 12:32:12 +02:00
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). (From OE-Core rev: 58ae94f1b06d0e6234413dbf9869bde85f154c85) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
@@ -1,7 +1,6 @@
|
||||
require patch.inc
|
||||
LICENSE = "GPLv3"
|
||||
|
||||
PR = "r0"
|
||||
|
||||
SRC_URI[md5sum] = "95dd8d7e41dcbcecdd5cd88ef915378d"
|
||||
SRC_URI[sha256sum] = "c05f28668c3474bc63adcd48abae921d15e71c254fbebdbaeda40456d64039d5"
|
||||
|
||||
Reference in New Issue
Block a user