fwupd/contrib/firmware-packager/meson.build
Daniel Campello f92e1f20e0 fwupd: Hide firmware-packager behind meson option
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
2019-02-08 18:36:38 +00:00

5 lines
121 B
Meson

if get_option('firmware-packager')
install_data('firmware-packager',
install_dir : 'share/fwupd')
endif