aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/kmod/kmod.inc
diff options
context:
space:
mode:
authorMartin Jansa <martin.jansa@gmail.com>2013-12-30 15:50:18 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-02 12:54:51 +0000
commitef0a1812cd79a68f30da5b2770cd5c566d6ecf0b (patch)
treeccd6d461786aa7c44909c3d096f8ba26cefbe28c /meta/recipes-kernel/kmod/kmod.inc
parent2492bec586d407b1a89491aed7e81e80af997248 (diff)
downloadopenembedded-core-contrib-ef0a1812cd79a68f30da5b2770cd5c566d6ecf0b.tar.gz
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 <Martin.Jansa@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/kmod/kmod.inc')
-rw-r--r--meta/recipes-kernel/kmod/kmod.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-kernel/kmod/kmod.inc b/meta/recipes-kernel/kmod/kmod.inc
index 3eef69aed8..94724e45b8 100644
--- a/meta/recipes-kernel/kmod/kmod.inc
+++ b/meta/recipes-kernel/kmod/kmod.inc
@@ -9,7 +9,7 @@ LICENSE = "GPL-2.0+ & LGPL-2.1+"
LICENSE_libkmod = "LGPL-2.1+"
SECTION = "base"
-DEPENDS += "pkgconfig-native zlib"
+DEPENDS += "pkgconfig-native"
LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
file://libkmod/COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343 \