mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
kmod: fix zlib dependency
* unlike BBCLASSEXTENDed native support, dependencies in kmod-native doesn't get automatic -native suffix, so kmod-native was depending on target zlib. * move the dependency from .inc and apply it with right suffix (From OE-Core rev: ef0a1812cd79a68f30da5b2770cd5c566d6ecf0b) Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
6710c395f4
commit
7774bdf778
@@ -2,6 +2,9 @@
|
||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
||||
|
||||
require kmod.inc
|
||||
|
||||
DEPENDS += "zlib-native"
|
||||
|
||||
inherit native
|
||||
|
||||
SRC_URI += "file://0001-Fix-build-with-older-gcc-4.6.patch \
|
||||
|
||||
Reference in New Issue
Block a user