Hi Ross,


>> +RDEPENDS_${PN}_class-target = "diffutils freetype"
> Does this really need to be class-target-specific?

Without the class-target override I get


ERROR: Nothing RPROVIDES 'diffutils-native' (but virtual:native:/data/amd_yocto/poky/meta/recipes-bsp/grub/grub_git.bb RDEPENDS on or otherwise requires it)


so I believe this is necessary in this case. Are you through your review? If so, just let me know and I'll send a v2 fixing the other DEPENDS issue you pointed out.


BR,
Awais

From: Burton, Ross <ross.burton@intel.com>
Sent: Tuesday, December 13, 2016 7:17 PM
To: Belal, Awais
Cc: OE-core
Subject: Re: [OE-core] [PATCH 1/2] grub_git: extend recipe for proper target deployment
 

On 13 December 2016 at 11:19, Awais Belal <awais_belal@mentor.com> wrote: 
+DEPENDS_class-target += "grub-native"

The native magic won't generate dependencies on itself, so this can just be DEPENDS.
 
+RDEPENDS_${PN}_class-target = "diffutils freetype"

Does this really need to be class-target-specific?

Ross