]> code.ossystems Code Review - openembedded-core.git/commit
libevdev: add libcheck dependency
authorAndre McCurdy <armccurdy@gmail.com>
Fri, 3 Nov 2017 20:29:20 +0000 (13:29 -0700)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 21 Nov 2017 14:42:58 +0000 (14:42 +0000)
commit9dc52a9959b05c9fa548f1991366f29ae873a793
tree6a35d3e747d768c559f56d189e5e47b4d5852675
parent8d53b03e8fa1bc20c0d77d6cd7869bd7f7325987
libevdev: add libcheck dependency

The libevdev configure script contains an unconditional check for
libcheck. If libcheck is found, libevdev unit tests will be built.

Without a dependency, the presence of libcheck in sysroot is non
deterministic (in morty and earlier) and builds can fail if libcheck
is available during do_configure but not during do_compile.

(In pyro and later, the libcheck dependency is not required to make
libevdev builds deterministic due to recipe specific sysroots).

Signed-off-by: Andre McCurdy <armccurdy@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-support/libevdev/libevdev_1.5.2.bb