summaryrefslogtreecommitdiffstats
path: root/meta/recipes-support
diff options
context:
space:
mode:
authorAndre McCurdy <armccurdy@gmail.com>2017-11-03 13:29:20 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2017-11-21 14:43:55 +0000
commit61d7b4aa038bae190105637c17094f226602f857 (patch)
tree004dcfafc51b31442687614f7bd40d182ca40e0c /meta/recipes-support
parenteb70e899c48abec05d547e43c98c9b1185ccd95d (diff)
downloadpoky-61d7b4aa038bae190105637c17094f226602f857.tar.gz
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). (From OE-Core rev: 9dc52a9959b05c9fa548f1991366f29ae873a793) Signed-off-by: Andre McCurdy <armccurdy@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support')
-rw-r--r--meta/recipes-support/libevdev/libevdev_1.5.2.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-support/libevdev/libevdev_1.5.2.bb b/meta/recipes-support/libevdev/libevdev_1.5.2.bb
index c76e1d79f7..381d2525b4 100644
--- a/meta/recipes-support/libevdev/libevdev_1.5.2.bb
+++ b/meta/recipes-support/libevdev/libevdev_1.5.2.bb
@@ -6,6 +6,8 @@ LICENSE = "MIT-X"
6LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \ 6LIC_FILES_CHKSUM = "file://COPYING;md5=75aae0d38feea6fda97ca381cb9132eb \
7 file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1" 7 file://libevdev/libevdev.h;endline=21;md5=7ff4f0b5113252c2f1a828e0bbad98d1"
8 8
9DEPENDS = "libcheck"
10
9SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz" 11SRC_URI = "http://www.freedesktop.org/software/libevdev/${BP}.tar.xz"
10 12
11SRC_URI[md5sum] = "96ad6edb5ce5c4428f1b183cc180ff8c" 13SRC_URI[md5sum] = "96ad6edb5ce5c4428f1b183cc180ff8c"