kernel.bbclass: fix hardlink test
authorBruce Ashfield <bruce.ashfield@windriver.com>
Sat, 16 Nov 2013 06:17:24 +0000 (01:17 -0500)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Nov 2013 10:04:26 +0000 (10:04 +0000)
commit1d3fa185689a429bfd95d41b9c7abe7434085262
treea3106146193ebe4b268e2e3fdafeb6cee401aebb
parenta523f2396f9aa4d24034eb9eb75ce0e2ef60e7e3
kernel.bbclass: fix hardlink test

The commit [kernel.bbclass: test for hardlinks before installing] doesn't
work on all build machines without a space between the ! and the test for
hardlink equivalance. The build continues, while the test fails and no
copy is made into the sysroot. Eventually tasks like build_hdimg will fail
with the missing kernel with the root cause being less than obvious.

(From OE-Core rev: 0704648e9dfd2897f6f54773a0e7d2762117970c)

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/kernel.bbclass