From ef0a1812cd79a68f30da5b2770cd5c566d6ecf0b Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Mon, 30 Dec 2013 15:50:18 +0100 Subject: 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 Signed-off-by: Martin Jansa Signed-off-by: Richard Purdie --- meta/recipes-kernel/kmod/kmod-native_git.bb | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta/recipes-kernel/kmod/kmod-native_git.bb') diff --git a/meta/recipes-kernel/kmod/kmod-native_git.bb b/meta/recipes-kernel/kmod/kmod-native_git.bb index fccc39bb37..6600413476 100644 --- a/meta/recipes-kernel/kmod/kmod-native_git.bb +++ b/meta/recipes-kernel/kmod/kmod-native_git.bb @@ -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 \ -- cgit 1.2.3-korg