From ee3e3676f479eb069b766ba21e4a4018968ece09 Mon Sep 17 00:00:00 2001 From: Alex Gonzalez Date: Thu, 29 Jan 2015 10:54:29 +0100 Subject: [PATCH] meta-digi-dey: crda: fix broken upstream recipe. Signed-off-by: Alex Gonzalez --- meta-digi-dey/recipes-connectivity/crda/crda_1.1.3.bbappend | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-digi-dey/recipes-connectivity/crda/crda_1.1.3.bbappend diff --git a/meta-digi-dey/recipes-connectivity/crda/crda_1.1.3.bbappend b/meta-digi-dey/recipes-connectivity/crda/crda_1.1.3.bbappend new file mode 100644 index 000000000000..5713af62da75 --- /dev/null +++ b/meta-digi-dey/recipes-connectivity/crda/crda_1.1.3.bbappend @@ -0,0 +1,13 @@ +WIRELESS_REGDB_VERSION = "2013.01.11" +SRC_URI = "https://www.kernel.org/pub/software/network/crda/${BP}.tar.bz2;name=crda \ + https://www.kernel.org/pub/software/network/wireless-regdb/wireless-regdb-${WIRELESS_REGDB_VERSION}.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-${WIRELESS_REGDB_VERSION}/regulatory.bin ${D}${libdir}/crda/regulatory.bin +}