On 2016年07月11日 18:22, Burton, Ross wrote:

On 6 May 2016 at 13:13, Catalin Enache <catalin.ena...@windriver.com
<mailto:catalin.ena...@windriver.com>> 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.

Thanks,
Grace

Ross


--
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to