> -----Original Message----- > From: Alexander Kanavin [mailto:[email protected]] > Sent: den 15 juni 2017 16:24 > To: Peter Kjellerstedt <[email protected]>; Burton, Ross > <[email protected]> > Cc: OE-core <[email protected]> > Subject: Re: [OE-core] [PATCH 01/11] gtk+3: Update the patches to work > without PATCHTOOL = "git" > > On 06/15/2017 05:22 PM, Peter Kjellerstedt wrote: > > >>> Well, I am pretty sure Git patches that rename files are not > supposed > >>> to be used, since quilt does not support this AFAIK. So the change > in > >>> this patch should be correct. > >>> > >>> However, I would be more than happy if anyone can explain why > others > >>> are not seeing this (or does everyone have PATCHTOOL = "git" in > their > >>> configurations somehow?) > >> > >> This is unlikely; I certainly don't. Perhaps if you provide the > exact > >> command that is being executed, and what is the error it prints, I > >> could try to do the same? > > > > Well, I was running "bitbake core-image-sato", but "bitbake gtk+3" > should > > do... > > What I wanted to see is the failing command (quilt, or patch, or what > is it specifically), and the error you get. gtk+3 is patched and built > herewith no issues at all. > > Alex
It turns out the problem is only seen if opengl is enabled in DISTRO_FEATURES. However, since that is the default for poky, that still does not explain why others do not see the problem I have included the log.do_compile file where one can see that the file gdkx-with-gl-context.h is missing (that is the file that was supposed to be renamed from gdkx.h by the patch). When I look in tmp/work/i586-poky-linux/gtk+3/3.22.15-r0/gtk+-3.22.15/gdk/x11 I see gdkx.h and gdkx-without-gl-context.h, instead of the expected gdkx-with-gl-context.h and gdkx-without-gl-context.h... //Peter
gtk+3.log
Description: gtk+3.log
-- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
