From 9584c59d39fba391d6427b53a410fe9f252096a0 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 4 Mar 2015 17:39:04 +0100 Subject: crda: move libnl, libgcrypt to DEPENDS crda has a build time dependence on libgcrypt, so move the dependence from RDEPENDS to DEPENDS. Otherwise the build fails with: reglib.c:28:20: fatal error: gcrypt.h: No such file or directory Signed-off-by: Javier Viguera Signed-off-by: Martin Jansa Signed-off-by: Joe MacDonald --- meta-networking/recipes-connectivity/crda/crda_3.13.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-networking/recipes-connectivity/crda') diff --git a/meta-networking/recipes-connectivity/crda/crda_3.13.bb b/meta-networking/recipes-connectivity/crda/crda_3.13.bb index 2ccced42e6..fced75eec6 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.13.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.13.bb @@ -5,7 +5,7 @@ LICENSE = "copyleft-next-0.3.0 & ISC" LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe \ file://${WORKDIR}/wireless-regdb-2014.11.18/LICENSE;md5=07c4f6dea3845b02a18dc00c8c87699c" -DEPENDS = "python-m2crypto-native python-native" +DEPENDS = "python-m2crypto-native python-native libgcrypt libnl" SRC_URI = "https://www.kernel.org/pub/software/network/crda/${BP}.tar.xz;name=crda \ https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2014.11.18.tar.xz;name=bin \ @@ -37,7 +37,7 @@ do_install() { } -RDEPENDS_${PN} = "udev libgcrypt libnl" +RDEPENDS_${PN} = "udev" FILES_${PN} += "${libdir}crda/regulatory.bin \ ${base_libdir}/udev/rules.d/85-regulatory.rules \ " -- cgit 1.2.3-korg