mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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:
@@ -3,7 +3,6 @@
|
||||
#
|
||||
|
||||
SUMMARY = "Host packages for the standalone SDK or external toolchain"
|
||||
PR = "r12"
|
||||
|
||||
inherit packagegroup nativesdk
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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}"
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#
|
||||
|
||||
SUMMARY = "NFS package groups"
|
||||
PR = "r2"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
|
||||
@@ -3,7 +3,6 @@
|
||||
#
|
||||
|
||||
SUMMARY = "Software development tools"
|
||||
PR = "r9"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY = "Dropbear SSH client/server"
|
||||
PR = "r1"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY = "OpenSSH SSH client/server"
|
||||
PR = "r1"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
|
||||
@@ -1,5 +1,4 @@
|
||||
SUMMARY = "Target packages for the standalone SDK"
|
||||
PR = "r8"
|
||||
|
||||
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
|
||||
|
||||
@@ -8,7 +8,6 @@ PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
|
||||
inherit packagegroup
|
||||
|
||||
PR = "r3"
|
||||
|
||||
MTRACE = ""
|
||||
MTRACE:libc-glibc = "libc-mtrace"
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
SUMMARY = "Profiling tools"
|
||||
|
||||
PR = "r3"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
SUMMARY = "Testing tools/applications"
|
||||
|
||||
PR = "r2"
|
||||
|
||||
PACKAGE_ARCH = "${MACHINE_ARCH}"
|
||||
|
||||
|
||||
@@ -4,7 +4,6 @@
|
||||
|
||||
SUMMARY = "Self-hosting"
|
||||
DESCRIPTION = "Packages required to run the build system"
|
||||
PR = "r13"
|
||||
|
||||
PACKAGE_ARCH = "${TUNE_PKGARCH}"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user