summaryrefslogtreecommitdiffstats
path: root/meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.0.bb
diff options
context:
space:
mode:
authorMark Hatle <mark.hatle@amd.com>2023-05-18 11:59:00 -0600
committerMark Hatle <mark.hatle@amd.com>2023-05-18 12:00:45 -0600
commitfe4b15d97e0b5ce73cd3186ac3e380df07c9d1ca (patch)
tree3c126dd2dcdae1fd31259e1cebf5e7b1592d7a8f /meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.0.bb
parent1dfd063eb7f1e98b55468b3de34171f1995bd3f7 (diff)
downloadmeta-xilinx-fe4b15d97e0b5ce73cd3186ac3e380df07c9d1ca.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>
Diffstat (limited to 'meta-xilinx-core/recipes-bsp/ai-engine/aiefal_1.0.bb')
0 files changed, 0 insertions, 0 deletions