diff options
Diffstat (limited to 'recipes')
-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/ |