]> code.ossystems Code Review - openembedded-core.git/commit
linux-yocto/4.14: add elfutils, util-linux and openssl dependencies
authorBruce Ashfield <bruce.ashfield@windriver.com>
Mon, 9 Apr 2018 15:16:05 +0000 (11:16 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 13 Apr 2018 15:55:23 +0000 (16:55 +0100)
commit148fd7a5bfea5d18952355a294e6d36ca82291d2
treef3af0c19bfcb101b57cb0279953e0bdec61d9789
parentce1cfa57d9828c0898f52e736f671ce8db534031
linux-yocto/4.14: add elfutils, util-linux and openssl dependencies

4.15+ already has the following dependencies:

 DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
 DEPENDS += "openssl-native util-linux-native"

Updates to 4.14 via the -stable releases have also introduced the same
dependencies to 4.14's "make scripts". As such, we bring the same lines
into 4.14 to restore the ability to build scripts.

Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
meta/recipes-kernel/linux/linux-yocto-rt_4.14.bb
meta/recipes-kernel/linux/linux-yocto-tiny_4.14.bb
meta/recipes-kernel/linux/linux-yocto_4.14.bb