* The download from wireless.kernel.org is not working. * Pointing to an alternate source * Adapted to the new way of picking up the required version of the regulatory.bin
Signed-off-by: Karthik Ramanan <[email protected]> --- .../recipes-connectivity/crda/crda_1.1.3.bbappend | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bbappend diff --git a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bbappend b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bbappend new file mode 100644 index 0000000..6dd888a --- /dev/null +++ b/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bbappend @@ -0,0 +1,15 @@ +SRC_URI = "ftp://www.kernel.org/pub/software/network/crda/${BP}.tar.bz2;name=crda \ + ftp://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-2013.01.11.tar.gz;name=bin \ +" + +SRC_URI[bin.md5sum] = "57f2d4c2cdfa2d20c859bca202dd6ece" +SRC_URI[bin.sha256sum] = "608c2fea6ca840a51bc1a8c35c53ca4c20a78d4f78c3bc7cbdcd53dee0cc0cf8" + + +do_install() { + oe_runmake SBINDIR=${sbindir}/ install + + install -d ${D}${libdir}/crda/ + + install -m 0644 ${WORKDIR}/wireless-regdb-2013.01.11/regulatory.bin ${D}${libdir}/crda/regulatory.bin +} -- 1.7.9.5 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
