merged. Bruce
In message: [meta-virtualization][PATCH] criu: fix buildpaths QA issue for arm on 04/11/2024 Chen Qi via lists.yoctoproject.org wrote: > From: Chen Qi <[email protected]> > > The settings of CFLAGS:arm overrides the previous CFLAGS settings, > causing buildpaths QA error for arm. Use CFLAGS:append:arm instead > to fix this issue. > > Signed-off-by: Chen Qi <[email protected]> > --- > recipes-containers/criu/criu_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-containers/criu/criu_git.bb > b/recipes-containers/criu/criu_git.bb > index 09503624..8ecc1725 100644 > --- a/recipes-containers/criu/criu_git.bb > +++ b/recipes-containers/criu/criu_git.bb > @@ -46,7 +46,7 @@ EXTRA_OEMAKE:append = " LOGROTATEDIR=${sysconfdir} > SYSTEMDUNITDIR=${systemd_unit > CFLAGS += "-D__USE_GNU -D_GNU_SOURCE " > > CFLAGS += " -I${STAGING_INCDIR} -I${STAGING_INCDIR}/libnl3" > -CFLAGS:arm += "-D__WORDSIZE" > +CFLAGS:append:arm = " -D__WORDSIZE" > > # overide LDFLAGS to allow criu to build without: "x86_64-poky-linux-ld: > unrecognized option '-Wl,-O1'" > export LDFLAGS="" > -- > 2.25.1 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#8964): https://lists.yoctoproject.org/g/meta-virtualization/message/8964 Mute This Topic: https://lists.yoctoproject.org/mt/109402190/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
