diff options
-rw-r--r-- | meta-networking/recipes-connectivity/crda/crda_3.18.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb index 82a297b33e..9a79396ce4 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb | |||
@@ -18,7 +18,8 @@ SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ | |||
18 | SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a" | 18 | SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a" |
19 | SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf" | 19 | SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf" |
20 | 20 | ||
21 | inherit python-dir pythonnative | 21 | inherit python-dir pythonnative siteinfo |
22 | |||
22 | # Recursive make problem | 23 | # Recursive make problem |
23 | EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg'" | 24 | EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg'" |
24 | EXTRA_OEMAKE_append = " USE_OPENSSL=1" | 25 | EXTRA_OEMAKE_append = " USE_OPENSSL=1" |