[oe] [meta-networking][PATCH] crda: move libgcrypt to DEPENDS

Javier Viguera javier.viguera at digi.com
Wed Mar 4 16:39:04 UTC 2015


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 <javier.viguera at digi.com>
---
 meta-networking/recipes-connectivity/crda/crda_3.13.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/meta-networking/recipes-connectivity/crda/crda_3.13.bb b/meta-networking/recipes-connectivity/crda/crda_3.13.bb
index 2ccced42e600..dc544469424f 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"
 
 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 libnl"
 FILES_${PN} += "${libdir}crda/regulatory.bin \
                 ${base_libdir}/udev/rules.d/85-regulatory.rules \
 "



More information about the Openembedded-devel mailing list