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 <javier.viguera@digi.com>
This commit is contained in:
Javier Viguera 2013-01-23 10:57:43 +01:00
parent 5d946c7cfe
commit 309e9bd5a8
1 changed files with 1 additions and 1 deletions

View File

@ -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 \