[oe-commits] [meta-openembedded] 53/54: synergy: add dependency on openssl

git at git.openembedded.org git at git.openembedded.org
Thu Mar 10 13:32:20 UTC 2016


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

commit 9fe6c7b2dee9630d96b8e2c34c6446d93d99406e
Author: Martin Jansa <Martin.Jansa at gmail.com>
AuthorDate: Thu Mar 10 13:05:00 2016 +0100

    synergy: add dependency on openssl
    
    * otherwise fails with:
      /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/git/src/lib/plugin/ns/SecureSocket.cpp:26:25:
      fatal error: openssl/ssl.h: No such file or directory
      compilation terminated.
      make[2]: *** [src/lib/plugin/ns/CMakeFiles/ns.dir/SecureSocket.cpp.o]
      Error 1
    
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 meta-oe/recipes-support/synergy/synergy_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb
index d008289..e6057f4 100644
--- a/meta-oe/recipes-support/synergy/synergy_git.bb
+++ b/meta-oe/recipes-support/synergy/synergy_git.bb
@@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=0f366945b209c5523e39889f636af00a"
 LICENSE = "GPL-2.0"
 SECTION = "x11/utils"
 
-DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl"
+DEPENDS = "virtual/libx11 libxtst libxinerama unzip-native curl openssl"
 
 # depends on virtual/libx11
 REQUIRED_DISTRO_FEATURES = "x11"

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


More information about the Openembedded-commits mailing list