From 236822433dc6031b617fc027813a02c87cfc9890 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Wed, 24 Nov 2021 15:55:38 +0000 Subject: fwupd: fix dependency typo lzma was the PACKAGECONFIG name, not the recipe name. Signed-off-by: Ross Burton Signed-off-by: Khem Raj --- meta-oe/recipes-bsp/fwupd/fwupd_1.7.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-oe/recipes-bsp') diff --git a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.2.bb b/meta-oe/recipes-bsp/fwupd/fwupd_1.7.2.bb index 81f74f46db..939f1c9293 100644 --- a/meta-oe/recipes-bsp/fwupd/fwupd_1.7.2.bb +++ b/meta-oe/recipes-bsp/fwupd/fwupd_1.7.2.bb @@ -65,7 +65,7 @@ PACKAGECONFIG[plugin_dummy] = "-Dplugin_dummy=true,-Dplugin_dummy=false" PACKAGECONFIG[plugin_emmc] = "-Dplugin_emmc=true,-Dplugin_emmc=false" PACKAGECONFIG[plugin_fastboot] = "-Dplugin_fastboot=true,-Dplugin_fastboot=false" PACKAGECONFIG[plugin_flashrom] = "-Dplugin_flashrom=true,-Dplugin_flashrom=false,flashrom" -PACKAGECONFIG[plugin_intel_spi] = "-Dplugin_intel_spi=true -Dlzma=true,-Dplugin_intel_spi=false -Dlzma=false,lzma" +PACKAGECONFIG[plugin_intel_spi] = "-Dplugin_intel_spi=true -Dlzma=true,-Dplugin_intel_spi=false -Dlzma=false,xz" PACKAGECONFIG[plugin_logitech_bulkcontroller] = "-Dplugin_logitech_bulkcontroller=true,-Dplugin_logitech_bulkcontroller=false,protobuf-c-native protobuf-c" PACKAGECONFIG[plugin_modem_manager] = "-Dplugin_modem_manager=true,-Dplugin_modem_manager=false,libqmi modemmanager" PACKAGECONFIG[plugin_msr] = "-Dplugin_msr=true,-Dplugin_msr=false,cpuid" -- cgit 1.2.3-korg