aboutsummaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/crda/crda_3.18.bb
diff options
context:
space:
mode:
authorDerek Straka <derek@asterius.io>2016-06-18 10:05:17 -0400
committerJoe MacDonald <joe_macdonald@mentor.com>2016-07-07 09:51:27 -0400
commit3647a2ca4ca129708a8e143ed0cf1f712b4a15a0 (patch)
treef58ef3235915b827da6f6d20bd0d71e6709a1fcf /meta-networking/recipes-connectivity/crda/crda_3.18.bb
parent1cb7275961fd4bca3a6cb70e064ad6e6e1ff04d6 (diff)
downloadmeta-openembedded-contrib-3647a2ca4ca129708a8e143ed0cf1f712b4a15a0.tar.gz
crda: fix errors about unused variables and remove from the blacklist
Signed-off-by: Derek Straka <derek@asterius.io> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/crda/crda_3.18.bb')
-rw-r--r--meta-networking/recipes-connectivity/crda/crda_3.18.bb4
1 files changed, 1 insertions, 3 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
index be490cb340..7e13d7ba72 100644
--- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb
+++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
@@ -11,6 +11,7 @@ SRC_URI = "https://www.kernel.org/pub/software/network/crda/${BP}.tar.xz;name=cr
https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2014.11.18.tar.xz;name=bin \
file://do-not-run-ldconfig-if-destdir-is-set.patch \
file://fix-linking-of-libraries-used-by-reglib.patch \
+ file://fix-gcc-6-unused-variables.patch \
"
SRC_URI[crda.md5sum] = "0431fef3067bf503dfb464069f06163a"
SRC_URI[crda.sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf"
@@ -39,6 +40,3 @@ RDEPENDS_${PN} = "udev"
FILES_${PN} += "${libdir}crda/regulatory.bin \
${base_libdir}/udev/rules.d/85-regulatory.rules \
"
-
-# http://errors.yoctoproject.org/Errors/Details/68635/
-PNBLACKLIST[crda] ?= "BROKEN: fails to build with gcc-6"