]> code.ossystems Code Review - openembedded-core.git/commit
consolekit: Fix ${localstatedir} race
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 22:57:47 +0000 (22:57 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 30 Nov 2011 23:00:19 +0000 (23:00 +0000)
commit8ed16b26dfefac4b42766b9f7090bb3b76110fe3
treeb636ba2d12d2ac6cd4f7feef2d2d64423ce81484
parent36654d6d393cb8c8a545835184a96be4ae0c885d
consolekit: Fix ${localstatedir} race

The change adding ${localstatedir}/log to the package caused failures
on meta-toolchain-gmae builds since ${localstatedir} might be a
symlink and it can be installation order dependent.

By adding in the RDEPENDS, we defer to base-files to ensure
the layout is correct and that packages install correctly.

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-support/consolekit/consolekit_0.4.5.bb