mirror of
https://git.proxmox.com/git/fwupd
synced 2025-05-28 03:07:23 +00:00

fwupd installs by default firmware-packager (a python3 script) into the CrOS image. CrOS does not support python3 interpreter and fails passing the TestValidInterpreter. Removing this script from the default installation fixes the issue. TEST=emerge-sarien fwupd BUG=chromium:857263,b/121131967 Change-Id: I855c7994fd15faa0ce3d520734537674d7538b4e
5 lines
121 B
Meson
5 lines
121 B
Meson
if get_option('firmware-packager')
|
|
install_data('firmware-packager',
|
|
install_dir : 'share/fwupd')
|
|
endif
|