poky/meta/classes-global
Martin Jansa fc5cb5ce35 staging.bbclass: process installed dependencies in deterministic order as well
* similarly as direct dependencies before
* this doesn't fix any issue (at least AFAIK),
  just keeps the log files more deterministic to avoid unnecessary churn like in:

  perl-native.log.do_configure:
  -NOTE: Installed into sysroot: ['zlib-native', 'make-native', 'perlcross-native', 'gdbm-native', 'xz-native', 'gettext-minimal-native', 'texinfo-dummy-native', 'libtool-native']
  +NOTE: Installed into sysroot: ['zlib-native', 'make-native', 'perlcross-native', 'gdbm-native', 'libtool-native', 'gettext-minimal-native', 'texinfo-dummy-native', 'xz-native']

  and similarly in "Note: Skipping as already exists in sysroot:

(From OE-Core rev: cedee02e1acaffd8932809ceb5b6f9bd4f861283)

Signed-off-by: Martin Jansa <martin.jansa@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
2023-11-20 15:30:52 +00:00
..
base.bbclass base: Ensure recipes using mercurial-native have certificates 2023-10-27 10:53:43 +01:00
buildstats.bbclass
debian.bbclass package/package_write: Improve packagedata code location 2023-11-08 10:56:35 +00:00
devshell.bbclass devshell: Do not add scripts/git-intercept to PATH 2023-02-10 09:25:44 +00:00
insane.bbclass insane: Move unpack tests to do_recipe_qa 2023-11-08 10:56:35 +00:00
license.bbclass license/license_image: Fix license file layout to avoid overlapping files 2023-09-20 23:51:11 +01:00
logging.bbclass
mirrors.bbclass mirrors.bbclass: update CPAN_MIRROR 2022-11-22 12:26:45 +00:00
package_deb.bbclass package/package_write: Improve packagedata code location 2023-11-08 10:56:35 +00:00
package_ipk.bbclass package/package_write: Improve packagedata code location 2023-11-08 10:56:35 +00:00
package_pkgdata.bbclass
package_rpm.bbclass package/package_write: Improve packagedata code location 2023-11-08 10:56:35 +00:00
package.bbclass package/package_write: Improve packagedata code location 2023-11-08 10:56:35 +00:00
packagedata.bbclass
patch.bbclass
sanity.bbclass Add GCP fetcher to list of supported protocols 2023-08-14 12:51:21 +01:00
sstate.bbclass sstate: Ensure sstate searches update file mtime 2023-11-08 10:56:35 +00:00
staging.bbclass staging.bbclass: process installed dependencies in deterministic order as well 2023-11-20 15:30:52 +00:00
uninative.bbclass uninative.bbclass: Add ldso information for riscv64 2023-11-05 11:28:34 +00:00
utility-tasks.bbclass
utils.bbclass