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:
parent
5d946c7cfe
commit
309e9bd5a8
|
|
@ -19,7 +19,7 @@ FILESEXTRAPATHS_prepend := "${THISDIR}/files:"
|
||||||
|
|
||||||
# Original SRC_URIs
|
# Original SRC_URIs
|
||||||
# http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
|
# 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 \
|
SRC_URI = "${DIGI_LOG_MIRROR}${PN}-${PV}.tar.bz2;name=crda \
|
||||||
${DIGI_LOG_MIRROR}2011.04.28-regulatory.bin;name=reg \
|
${DIGI_LOG_MIRROR}2011.04.28-regulatory.bin;name=reg \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue