On Tue, 5 May 2020, Richard Purdie wrote:
> On Mon, 2020-05-04 at 16:28 -0400, Robert P. J. Day wrote:
> > i bring this up because i've run across occasional examples of that
> > in the code base -- here's
> > meta-gnome/recipes-connectivity/libnma/libnma_1.8.28.bb:
> >
> > EXTRA_OEMESON_mipsarchn32_append = " -Dvapi=false"
> >
> > is that deliberate, or is it just asking for trouble?
>
> I suspect its a mistake. If you want to create a list of the
> potentially incorrect entries we can review them.
the only others i noticed were a pile of them in a single recipe
file in meta-openembedded:
meta-initramfs/recipes-kernel/kexec/kexec-tools-klibc_git.bb
COMMON_CFLAGS += "-O2 -I${STAGING_DIR_HOST}${libdir}/klibc/include
-I${S}/purgatory/include"
CFLAGS_x86_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits32"
CFLAGS_x86-64_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits64"
CFLAGS_arm_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits32"
CFLAGS_aarch64_append = "${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits64"
CFLAGS_mips_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits32"
CFLAGS_mipsel_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits32"
CFLAGS_mips64_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits64"
CFLAGS_mips64el_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits64"
CFLAGS_powerpc_append = " ${COMMON_CFLAGS}
-I${STAGING_DIR_HOST}${libdir}/klibc/include/bits32"
rday
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#49341): https://lists.yoctoproject.org/g/yocto/message/49341
Mute This Topic: https://lists.yoctoproject.org/mt/73984196/21656
Group Owner: [email protected]
Unsubscribe:
https://lists.yoctoproject.org/g/yocto/leave/6691583/737036229/xyzzy
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-