Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tsmeta] Make sure we don't rename libubootenv
The check that we use to identify U-Boot is simply whether the PN inherits 'uboot-config', because it was the only that thing that used it (and because the PN can be completely arbitrary). However, the recently introduced libubootenv also inherits it, so that was getting its CVE_PRODUCT erroneously set to 'u-boot'. The easiest fixup is to check whether the package *could* be built natively, since any of the u-boot firmware utilities are usually built for target and the host, but U-Boot itself *never* is. It's a naive assumption, but it should hold true.
- Loading branch information