diff options
| -rw-r--r-- | recipes-devtools/qemu/qemu-system-native_%.bbappend | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/qemu/qemu-system-native_%.bbappend b/recipes-devtools/qemu/qemu-system-native_%.bbappend index b04b6934..1b77db02 100644 --- a/recipes-devtools/qemu/qemu-system-native_%.bbappend +++ b/recipes-devtools/qemu/qemu-system-native_%.bbappend | |||
| @@ -9,4 +9,4 @@ | |||
| 9 | # The layer.conf propagates virtualization to DISTRO_FEATURES_NATIVE when | 9 | # The layer.conf propagates virtualization to DISTRO_FEATURES_NATIVE when |
| 10 | # vcontainer or virtualization is in the target DISTRO_FEATURES. | 10 | # vcontainer or virtualization is in the target DISTRO_FEATURES. |
| 11 | 11 | ||
| 12 | PACKAGECONFIG:append = " ${@bb.utils.contains('DISTRO_FEATURES_NATIVE', 'virtualization', 'virtfs', '', d)}" | 12 | PACKAGECONFIG:append = "${@bb.utils.contains('DISTRO_FEATURES_NATIVE', 'virtualization', ' virtfs', '', d)}" |
