[oe-commits] Stanislav Brabec : crda: Skip verification of regulatory. bin of the build host.

git version control git at git.openembedded.org
Sun Aug 29 23:48:40 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 49da1aba1a0e36d56cd95b7bd7520d5769fded39
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=49da1aba1a0e36d56cd95b7bd7520d5769fded39

Author: Stanislav Brabec <utx at penguin.cz>
Date:   Sun Aug 29 23:45:02 2010 +0000

crda: Skip verification of regulatory.bin of the build host.

---

 recipes/crda/crda_1.1.1.bb |    4 ++++
 1 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/recipes/crda/crda_1.1.1.bb b/recipes/crda/crda_1.1.1.bb
index a5947ed..cc19b90 100644
--- a/recipes/crda/crda_1.1.1.bb
+++ b/recipes/crda/crda_1.1.1.bb
@@ -12,6 +12,10 @@ SRC_URI = "http://wireless.kernel.org/download/crda/${P}.tar.bz2;name=crda \
 	http://wireless.kernel.org/download/wireless-regdb/regulatory.bins/2009.11.25-regulatory.bin;name=reg \
 	"
 
+do_compile() {
+	oe_runmake all_noverify
+}
+
 do_install() {
 	oe_runmake DESTDIR=${D} install
 	install -d ${D}/usr/lib/crda/





More information about the Openembedded-commits mailing list