recipes: Drop remaining PR values from recipes

We've been removing PR values from recipes at upgrade time for a while. In general
anyone maintaining a binary distro would end up having to curate these themselves
so the values in OE-Core aren't really that useful anymore. In many ways it makes
sense to clear out the remaining ones (which are mostly for 'config' recipes that
are unlikely to increase in PV) and leave a clean slate for anyone implementing
a binary distro config.

References are left in meta-selftest since the tests there do involve them and
their removal upon upgrade.

(From OE-Core rev: d4c346e8ab8f3cae25d1b01c7331ed9f6d4f96ef)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie
2023-09-20 16:35:39 +01:00
parent a599437629
commit 1b94ea8b25
93 changed files with 0 additions and 93 deletions

View File

@@ -3,7 +3,6 @@
#
SUMMARY = "Host packages for the standalone SDK or external toolchain"
PR = "r12"
inherit packagegroup nativesdk

View File

@@ -1,5 +1,4 @@
SUMMARY = "Merge machine and distro options to create a basic machine task/package"
PR = "r83"
#
# packages which content depend on MACHINE_FEATURES need to be MACHINE_ARCH

View File

@@ -4,7 +4,6 @@
SUMMARY = "Minimal boot requirements"
DESCRIPTION = "The minimal set of packages required to boot the system"
PR = "r17"
PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@@ -3,7 +3,6 @@
#
SUMMARY = "NFS package groups"
PR = "r2"
inherit packagegroup

View File

@@ -3,7 +3,6 @@
#
SUMMARY = "Software development tools"
PR = "r9"
PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@@ -1,5 +1,4 @@
SUMMARY = "Dropbear SSH client/server"
PR = "r1"
inherit packagegroup

View File

@@ -1,5 +1,4 @@
SUMMARY = "OpenSSH SSH client/server"
PR = "r1"
inherit packagegroup

View File

@@ -1,5 +1,4 @@
SUMMARY = "Target packages for the standalone SDK"
PR = "r8"
PACKAGE_ARCH = "${TUNE_PKGARCH}"

View File

@@ -8,7 +8,6 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
inherit packagegroup
PR = "r3"
MTRACE = ""
MTRACE:libc-glibc = "libc-mtrace"

View File

@@ -4,7 +4,6 @@
SUMMARY = "Profiling tools"
PR = "r3"
PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@@ -4,7 +4,6 @@
SUMMARY = "Testing tools/applications"
PR = "r2"
PACKAGE_ARCH = "${MACHINE_ARCH}"

View File

@@ -4,7 +4,6 @@
SUMMARY = "Self-hosting"
DESCRIPTION = "Packages required to run the build system"
PR = "r13"
PACKAGE_ARCH = "${TUNE_PKGARCH}"