diff options
author | Mark Hatle <mark.hatle@amd.com> | 2023-05-18 11:59:00 -0600 |
---|---|---|
committer | Mark Hatle <mark.hatle@amd.com> | 2023-05-21 18:07:50 -0600 |
commit | 295b34539942bc17588d2ffd89de480aec8f73dd (patch) | |
tree | 38fa19e5036fbcd642ed228dba8271cd0a06542c /meta-xilinx-core/recipes-bsp/fpga-manager-script/files/fpgautil.c | |
parent | 3dcf6b5a8badb876315fdb5e874dbdf00d792d37 (diff) | |
download | meta-xilinx-295b34539942bc17588d2ffd89de480aec8f73dd.tar.gz |
qemu-xilinx-system-native: Fix license check when empty LICENSE_FLAGS_ACCEPTED
Fix an issue that results in:
Traceback (most recent call last):
File "Var <DEPENDS>", line 1, in <module>
bb.data_smart.ExpansionError: Failure expanding variable DEPENDS, expression was pkgconfig-native glib-2.0-native zlib-native ninja-native meson-native pixman-native qemu-xilinx-native bison-native ninja-native meson-native qemu-xilinx-multiarch-helper-native${@' pmu-rom-native' if 'xilinx' in d.getVar('LICENSE_FLAGS_ACCEPTED').split() else ''} alsa-lib-native dtc-native libgcrypt-native libslirp-native which triggered exception AttributeError: 'NoneType' object has no attribute 'split'
The variable dependency chain for the failure is: DEPENDS
This only occurs if no LICENSE_FLAGS_ACCEPTED is defined. This should not be
a blocking error. Instead the user is warned of reduced functionality and we
continue the build.
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
(cherry picked from commit fe4b15d97e0b5ce73cd3186ac3e380df07c9d1ca)
Signed-off-by: Mark Hatle <mark.hatle@amd.com>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/fpga-manager-script/files/fpgautil.c')
0 files changed, 0 insertions, 0 deletions