Message ID | 20250425123050.166235-1-joaomarcos.costa@bootlin.com |
---|---|
State | Accepted, archived |
Commit | db2ce170f0381886bab8f05f88a8d8fb1a5844e4 |
Headers | show |
Series | multilib.conf: fix typo in comment | expand |
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 979ae50c72..0b32a62835 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf @@ -23,6 +23,6 @@ MULTILIB_GLOBAL_VARIANTS ?= "lib32 lib64 libx32" OPKG_ARGS:append = " --force-maintainer --force-overwrite" APT_ARGS:append = " -o Dpkg::Options::=--force-confnew -o Dpkg::Options::=--force-overwrite" -# These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES +# These recipes don't need multilib variants, the ${BPN} PROVIDES/RPROVIDES # ${MLPREFIX}${BPN} NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot gcc-source"