diff options
author | Stanislav Brabec <utx@penguin.cz> | 2010-08-29 23:45:02 +0000 |
---|---|---|
committer | utx@penguin.cz <utx@penguin.cz> | 2010-08-29 23:45:02 +0000 |
commit | 49da1aba1a0e36d56cd95b7bd7520d5769fded39 (patch) | |
tree | 5e41758775773b9035b92a8329783a3c5539c49d | |
parent | 0e59321a3f00cdcf6e0f92e83b9ccce37a53d153 (diff) |
crda: Skip verification of regulatory.bin of the build host.
-rw-r--r-- | 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 a5947edd36..cc19b908f8 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/ |