mirror of
git://git.yoctoproject.org/poky.git
synced 2025-07-19 21:09:03 +02:00
![]() Instead of checking for incompatible licenses in the anonymous python and setting '_exclude_incompatible-', (re)check all the packages in populate_packages(). This ensures that all packages are processed, even dynamically generated ones. The use of the '_exclude-incompatible-' variable set in base.bbclass has been the mechanism used for per-packages licenses since it was added as a feature (although with different names for the variable throughout history). However, since this misses dynamic packages, calling oe.license.skip_incompatible_package_licenses() a second time on the actual final package set is a better solution. (From OE-Core rev: 1816c5a5e724a7f907c9afe4a47b6699ea081ace) Signed-off-by: Joshua Watt <JPEWhacker@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> |
||
---|---|---|
.. | ||
base.bbclass | ||
buildstats.bbclass | ||
debian.bbclass | ||
devshell.bbclass | ||
insane.bbclass | ||
license.bbclass | ||
logging.bbclass | ||
mirrors.bbclass | ||
package_deb.bbclass | ||
package_ipk.bbclass | ||
package_pkgdata.bbclass | ||
package_rpm.bbclass | ||
package.bbclass | ||
packagedata.bbclass | ||
patch.bbclass | ||
retain.bbclass | ||
sanity.bbclass | ||
sstate.bbclass | ||
staging.bbclass | ||
uninative.bbclass | ||
utility-tasks.bbclass | ||
utils.bbclass |