summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity
diff options
context:
space:
mode:
authorAdrian Bunk <bunk@stusta.de>2019-03-07 09:24:39 +0200
committerKhem Raj <raj.khem@gmail.com>2019-03-07 09:33:45 -0800
commitd9de836c5f53af232dc1bc120999b8a8c555491d (patch)
tree07dae341267e2692336d1fa0d4e8a2640c6eda16 /meta-networking/recipes-connectivity
parent2761b6b35caceb02b9303f4b53df828ec885f2bb (diff)
downloadmeta-openembedded-d9de836c5f53af232dc1bc120999b8a8c555491d.tar.gz
crda: Remove alternative option to build with the obsolete OpenSSL 1.0
Note that crda is mainly a legacy package for older kernels, wireless-regdb-static is recommended instead for kernels >= 4.15. Signed-off-by: Adrian Bunk <bunk@stusta.de> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-connectivity')
-rw-r--r--meta-networking/recipes-connectivity/crda/crda_3.18.bb9
1 files changed, 1 insertions, 8 deletions
diff --git a/meta-networking/recipes-connectivity/crda/crda_3.18.bb b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
index d5d2ab68c..c93905ea7 100644
--- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb
+++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb
@@ -4,10 +4,7 @@ SECTION = "net"
4LICENSE = "copyleft-next-0.3.0" 4LICENSE = "copyleft-next-0.3.0"
5LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe" 5LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe"
6 6
7DEPENDS = "python-m2crypto-native python-typing-native python-native libnl \ 7DEPENDS = "python-m2crypto-native python-typing-native python-native libnl libgcrypt"
8 ${@oe.utils.conditional("DEFAULT_CRYPT", "gcrypt", "libgcrypt", "", d)} \
9 ${@oe.utils.conditional("DEFAULT_CRYPT", "openssl", "openssl10", "", d)} \
10 "
11 8
12SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ 9SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \
13 file://do-not-run-ldconfig-if-destdir-is-set.patch \ 10 file://do-not-run-ldconfig-if-destdir-is-set.patch \
@@ -23,13 +20,9 @@ SRC_URI[sha256sum] = "43fcb9679f8b75ed87ad10944a506292def13e4afb194afa7aa921b01e
23 20
24inherit python-dir pythonnative siteinfo 21inherit python-dir pythonnative siteinfo
25 22
26# "gcrypt" or "openssl"
27DEFAULT_CRYPT ??= "gcrypt"
28
29# Recursive make problem 23# Recursive make problem
30EXTRA_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' \
31 UDEV_RULE_DIR=${nonarch_libdir}/udev/rules.d/" 25 UDEV_RULE_DIR=${nonarch_libdir}/udev/rules.d/"
32EXTRA_OEMAKE_append = " ${@oe.utils.conditional("DEFAULT_CRYPT", "openssl", "USE_OPENSSL=1", "", d)}"
33TARGET_BITS = "${SITEINFO_BITS}" 26TARGET_BITS = "${SITEINFO_BITS}"
34export TARGET_BITS 27export TARGET_BITS
35 28