[yocto] meta-lxcbench

Burton, Ross ross.burton at intel.com
Fri Feb 27 02:35:20 PST 2015


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 <rickard.bremer at tritech.se>
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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.yoctoproject.org/pipermail/yocto/attachments/20150227/c309714e/attachment.html>


More information about the yocto mailing list