Hi Rickard,

This must be a very old layer, these syntax changes were made a long time
ago...

On 27 February 2015 at 09:22, Rickard Bremer <[email protected]>
wrote:

> ERROR: There is a confusing multiline, partially commented expression on
> line 27 of file /home/rickardb/poky/lxcbench/meta-lxcbench/recipes-misc/lxc/
> lxc_0.8.0-rc1.bb ().
>
> Please clarify whether this is all a comment or should be parsed.
>
>
You've a line that looks like this

# This is a comment \
Is this?

As you can see that's ambiguous so the parser takes the hardline approach
of banning that syntax.  The solution here is to delete the trailing
backslash.

ERROR: QA Issue:
> /home/rickardb/poky/lxcbench/meta-lxcbench/recipes-misc/lxcbench-test/
> lxcbench-test.bb: Variable RDEPENDS is set as not being package specific,
> please fix this. [pkgvarcheck]
>

RDEPENDS without specifying a package means that all packages have the
RDEPENDS, which is 99.9% of the time the wrong thing to do.  Change to
RDEPENDS_${PN}.

Ross
-- 
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to