On 01/12/2022 19:12:50+0000, Richard Purdie wrote: > On Thu, 2022-12-01 at 11:02 -0800, Khem Raj wrote: > > pseudo overrides certain libc functions which are aliases when LFS64 is > > enabled. In anycase pseudo may not be much used on 32bit systems anyway > > > > Signed-off-by: Khem Raj <[email protected]> > > --- > > meta/recipes-devtools/pseudo/pseudo_git.bb | 2 ++ > > 1 file changed, 2 insertions(+) > > > > diff --git a/meta/recipes-devtools/pseudo/pseudo_git.bb > > b/meta/recipes-devtools/pseudo/pseudo_git.bb > > index c34580b4ff..c3f0a987fc 100644 > > --- a/meta/recipes-devtools/pseudo/pseudo_git.bb > > +++ b/meta/recipes-devtools/pseudo/pseudo_git.bb > > @@ -17,5 +17,7 @@ SRCREV = "c9670c27ff67ab899007ce749254b16091577e55" > > S = "${WORKDIR}/git" > > PV = "1.9.0+git${SRCPV}" > > > > +TARGET_CPPFLAGS:remove = "-D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64" > > + > > > > We need to put some comments in here about what this is doing and why. >
Note that this was one of the issues I had with the -D_FILE_OFFSET_BITS=64 -D_TIME_BITS=64 build. My guess is that we also have to remove -D_TIME_BITS=64. -- Alexandre Belloni, co-owner and COO, Bootlin Embedded Linux and Kernel engineering https://bootlin.com
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#174214): https://lists.openembedded.org/g/openembedded-core/message/174214 Mute This Topic: https://lists.openembedded.org/mt/95389899/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
