summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/crda/crda_3.18.bb
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2020-01-19 16:32:05 -0800
committerKhem Raj <raj.khem@gmail.com>2020-01-22 09:56:34 -0800
commit66454b26ff49c6cca3dd8d32832078cfa05cd5ef (patch)
tree62079bca2894e0e5045162292975f71d74ae3ab5 /meta-networking/recipes-connectivity/crda/crda_3.18.bb
parentff7839adcb9348733fab8ef7358d15e594afda07 (diff)
downloadmeta-openembedded-66454b26ff49c6cca3dd8d32832078cfa05cd5ef.tar.gz
meta-networking: Remove using python2
This change makes the parsing go though, we still might have build issues, which will be reported in world builds seprately Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/crda/crda_3.18.bb')
-rw-r--r--meta-networking/recipes-connectivity/crda/crda_3.18.bb2
1 files changed, 1 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 7c925b2529..d3c00424db 100644
--- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb
+++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
@@ -18,7 +18,7 @@ SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \
18SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a" 18SRC_URI[md5sum] = "0431fef3067bf503dfb464069f06163a"
19SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf" 19SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e8ecdbf"
20 20
21inherit python-dir pythonnative siteinfo 21inherit python3-dir python3native siteinfo
22 22
23# Recursive make problem 23# Recursive make problem
24EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg' \ 24EXTRA_OEMAKE = "MAKEFLAGS= DESTDIR=${D} LIBDIR=${libdir}/crda LDLIBREG='-Wl,-rpath,${libdir}/crda -lreg' \