[oe-commits] [meta-openembedded] 56/77: ipsec-tools: Depend on openssl10

git at git.openembedded.org git at git.openembedded.org
Mon Sep 10 05:09:06 UTC 2018


This is an automated email from the git hooks/post-receive script.

khem pushed a commit to branch master-next
in repository meta-openembedded.

commit 78e07e06ab2dd871ebeb6f501407c115d4ed8ebc
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Wed Sep 5 22:10:33 2018 -0700

    ipsec-tools: Depend on openssl10
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb
index 020903d..37d7def 100644
--- a/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb
+++ b/meta-networking/recipes-support/ipsec-tools/ipsec-tools_0.8.2.bb
@@ -5,7 +5,7 @@ SECTION = "net"
 LICENSE = "BSD"
 LIC_FILES_CHKSUM = "file://src/libipsec/pfkey.c;beginline=6;endline=31;md5=bc9b7ff40beff19fe6bc6aef26bd2b24"
 
-DEPENDS = "virtual/kernel openssl readline flex-native bison-native"
+DEPENDS = "virtual/kernel openssl10 readline flex-native bison-native"
 
 PACKAGE_ARCH = "${MACHINE_ARCH}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list