Re: [oe] [meta-java][PATCH 2/3] Avoid parse time errors due to dependency on x11, for distros without x11

2015-08-27 Thread Otavio Salvador
On Tue, Aug 25, 2015 at 8:10 PM, Khem Raj wrote: > >> On Aug 18, 2015, at 1:14 PM, Mario Domenech Goulart >> 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_FEA

Re: [oe] [meta-java][PATCH 2/3] Avoid parse time errors due to dependency on x11, for distros without x11

2015-08-25 Thread Khem Raj
> On Aug 18, 2015, at 1:14 PM, Mario Domenech Goulart > 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

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

2015-08-18 Thread Mario Domenech Goulart
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 * classpath * jamvm * openjdk-6