[oe] gtk errors in openembedded classis build

Burton, Ross ross.burton at intel.com
Fri Feb 15 10:31:15 UTC 2013


On 15 February 2013 05:30, Sankar H Malarmani <sankar.m at hardcube.in> wrote:
> Yes, you are right.. I removed those trailing slashes and now it throws me
> new set of errors.. It was giving errors in RDEPENDS..
> As suggested in wiki I replaced RDEPENDS with RRECOMMENDS in my
> obconf_2.0.3+git.bb. But i'm getting the following list of errors.

In the last week or so oe-core was changed to warn if you specify
RDEPENDS or RRECOMMENDS without a package identifier.  For example,
this is wrong:

RRECOMMENDS = "foo"

But this is right:

RRECOMMENDS_obconf = "foo"

Ross




More information about the Openembedded-devel mailing list