Hello On Tue, 12 Jul 2016 11:27:15 +0800 "Yu, Mingli" <[email protected]> wrote:
> On 2016年07月11日 18:22, Burton, Ross wrote: > > > > On 6 May 2016 at 13:13, Catalin Enache <[email protected] > > <mailto:[email protected]>> wrote: > > > > DEPENDS_class-target = "grub-efi-native" > > RDEPENDS_${PN}_class-target = "diffutils freetype" > > +DEPENDS += "autogen-native" > > > > > > Because += happens after overrides this results in autogen-native only a > > dependency in native builds, so you can't be sure it will be present for > > target builds. > > Thanks Ross! Will update the line as: > DEPENDS_append = " autogen-native" > > > > Should the configure_prepend and autogen-native be added to grub2.inc so > > that every recipe has that dependency? > > Hi Catalin, > Could you help to confirm if the three recipes (grub-efi_2.00.bb, > grub_2.00.bb, grub_git.bb) all need configure_prepend and > autogen-native? if yes, I will resent the patch to add configure_prepend > and autogen-native to grub2.inc, if not, then we still let it stay in > grub-efi recipe. I would really appreciate if you could add the autogen call to all grub recipes, not only to grub-efi, because I'm also carrying OOT patches and have to add it into a bbappend. > > Thanks, > Grace > > > > Ross > > > > -- _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
