diff options
author | Khem Raj <raj.khem@gmail.com> | 2018-09-05 19:32:35 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-09-08 13:32:12 -0700 |
commit | f42e527c92b5703d18ac4c44db0e05ed036ec91a (patch) | |
tree | cb9861ac0892bc7e04e1ed73d97467636746820c | |
parent | 68f46bb93d0f4f83493c5048852b05a00ccd99d2 (diff) | |
download | meta-openembedded-f42e527c92b5703d18ac4c44db0e05ed036ec91a.tar.gz |
crda: Depend on openssl10
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-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 9a79396ce4..c596dedd4a 100644 --- a/meta-networking/recipes-connectivity/crda/crda_3.18.bb +++ b/meta-networking/recipes-connectivity/crda/crda_3.18.bb | |||
@@ -4,7 +4,8 @@ SECTION = "net" | |||
4 | LICENSE = "copyleft-next-0.3.0" | 4 | LICENSE = "copyleft-next-0.3.0" |
5 | LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe" | 5 | LIC_FILES_CHKSUM = "file://copyleft-next-0.3.0;md5=8743a2c359037d4d329a31e79eabeffe" |
6 | 6 | ||
7 | DEPENDS = "python-m2crypto-native python-typing-native python-native libgcrypt libnl openssl" | 7 | DEPENDS = "python-m2crypto-native python-typing-native python-native \ |
8 | libgcrypt libnl openssl10" | ||
8 | 9 | ||
9 | SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ | 10 | SRC_URI = "https://www.kernel.org/pub/software/network/${BPN}/${BP}.tar.xz \ |
10 | file://do-not-run-ldconfig-if-destdir-is-set.patch \ | 11 | file://do-not-run-ldconfig-if-destdir-is-set.patch \ |