diff options
| -rw-r--r-- | meta/conf/multilib.conf | 2 | ||||
| -rw-r--r-- | meta/recipes-devtools/gcc/gcc-source_14.2.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/meta/conf/multilib.conf b/meta/conf/multilib.conf index 09546315b8..7bdfcd56aa 100644 --- a/meta/conf/multilib.conf +++ b/meta/conf/multilib.conf | |||
| @@ -24,4 +24,4 @@ OPKG_ARGS:append = " --force-maintainer --force-overwrite" | |||
| 24 | 24 | ||
| 25 | # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES | 25 | # These recipes don't need multilib variants, the ${BPN} PROVDES/RPROVDES |
| 26 | # ${MLPREFIX}${BPN} | 26 | # ${MLPREFIX}${BPN} |
| 27 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot" | 27 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot gcc-source" |
diff --git a/meta/recipes-devtools/gcc/gcc-source_14.2.bb b/meta/recipes-devtools/gcc/gcc-source_14.2.bb index b890fa33ea..be11fa2fcc 100644 --- a/meta/recipes-devtools/gcc/gcc-source_14.2.bb +++ b/meta/recipes-devtools/gcc/gcc-source_14.2.bb | |||
| @@ -1,4 +1,5 @@ | |||
| 1 | require recipes-devtools/gcc/gcc-${PV}.inc | 1 | require recipes-devtools/gcc/gcc-${PV}.inc |
| 2 | require recipes-devtools/gcc/gcc-source.inc | 2 | require recipes-devtools/gcc/gcc-source.inc |
| 3 | 3 | ||
| 4 | BPN = "gcc-source" | ||
| 4 | EXCLUDE_FROM_WORLD = "1" | 5 | EXCLUDE_FROM_WORLD = "1" |
