[oe] [meta-java][PATCH 1/4] Avoid parse time errors due to dependency on x11, for distros without x11

Richard Leitner richard.leitner at skidata.com
Thu Oct 29 09:31:59 UTC 2015


On 10/28/2015 06:58 PM, Jens Rehsack wrote:
> 
> BitBake raises some errors when processing recipes that depend on x11
> for distros that don't have x11 in DISTRO_FEATURES. To work around
> that issue, REQUIRED_DISTRO_FEATURES = "x11" (from
> distro_features_check.bbclass) has been set for the following recipes:
> 
> * cacao (_class-target)
> * classpath (_class-target)
> * jamvm (_class-target)
> * openjdk-7-release
> 
> That makes BitBake skip those recipes during the cache generation
> (they'd still be parsed, but ignored).
> 
> This patch improves the idea from Mario Domenech Goulart <mario at ossystems.com.br>
> 
> Signed-off-by: Jens Rehsack <sno at netbsd.org>

Successfully tested this patch with OpenJDK 7u91b01 for a ARM Cortex A9
target with VFP & X11.

So feel free to add
Acked-by: Richard Leitner <richard.leitner at skidata.com>



More information about the Openembedded-devel mailing list