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

Otavio Salvador otavio.salvador at ossystems.com.br
Thu Aug 27 13:19:49 UTC 2015


On Tue, Aug 25, 2015 at 8:10 PM, Khem Raj <raj.khem at gmail.com> wrote:
>
>> On Aug 18, 2015, at 1:14 PM, Mario Domenech Goulart <mario at ossystems.com.br> 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
>> * classpath
>> * jamvm
>> * openjdk-6-release
>> * openjdk-7-release
>>
>> That makes BitBake skip those recipes during the cache generation
>> (they'd still be parsed, but ignored).
>
> This will also cause native versions of java to now check for x11, thats a wrong assumption. Please fix it asap.
> meta-java is currently regressing on two recent commits including this one.
>
> so, I would propose to revert this commit if we can’t fix it in short period of time.

This does not seem to be the culprit and I didn't revert it; I did the
other one.

-- 
Otavio Salvador                             O.S. Systems
http://www.ossystems.com.br        http://code.ossystems.com.br
Mobile: +55 (53) 9981-7854            Mobile: +1 (347) 903-9750



More information about the Openembedded-devel mailing list