On 15 February 2013 05:30, Sankar H Malarmani <[email protected]> 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 _______________________________________________ Openembedded-devel mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
