From 309e9bd5a88d53805016410ef3fefb82087e9c65 Mon Sep 17 00:00:00 2001 From: Javier Viguera Date: Wed, 23 Jan 2013 10:57:43 +0100 Subject: [PATCH] crda: fix error related to multiline comment With latest changes in bitbake (post-danny), crda recipe was giving following error: ERROR: There is a confusing multiline, partially commented expression Signed-off-by: Javier Viguera --- meta-digi-del/recipes-connectivity/crda/crda_1.1.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-del/recipes-connectivity/crda/crda_1.1.2.bb b/meta-digi-del/recipes-connectivity/crda/crda_1.1.2.bb index fe3bddcf8..fada7a836 100644 --- a/meta-digi-del/recipes-connectivity/crda/crda_1.1.2.bb +++ b/meta-digi-del/recipes-connectivity/crda/crda_1.1.2.bb @@ -19,7 +19,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:" # Original SRC_URIs # http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \ -# http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg \ +# http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2011.04.28-regulatory.bin;name=reg SRC_URI = "${DIGI_LOG_MIRROR}${PN}-${PV}.tar.bz2;name=crda \ ${DIGI_LOG_MIRROR}2011.04.28-regulatory.bin;name=reg \