From: Denys Dmytriyenko <[email protected]> Signed-off-by: Denys Dmytriyenko <[email protected]> --- .../recipes-connectivity/crda/crda_1.1.3.bbappend | 15 --------------- 1 file changed, 15 deletions(-) delete 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 deleted file mode 100644 index 6dd888a..0000000 --- a/meta-arago-extras/recipes-connectivity/crda/crda_1.1.3.bbappend +++ /dev/null @@ -1,15 +0,0 @@ -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 -} -- 2.2.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
