aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/synergy/synergy_git.bb
AgeCommit message (Collapse)Author
2017-09-17synergy: update SRC_URIArmin Kuster
repo moved and got renamed WARNING: synergy-1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0 do_fetch: Failed to fetch URL git://github.com/synergy/synergy.git;protocol=http, attempting MIRRORS if available Signed-off-by: Armin Kuster <akuster808@gmail.com>
2017-04-06synergy: Add unzip-native depenedency to right taskKhem Raj
Fixes run.do_unpack_extra.26047: unzip: not found Signed-off-by: Khem Raj <raj.khem@gmail.com>
2016-03-14synergy: add dependency on opensslMartin Jansa
* 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@gmail.com>
2016-03-14synergy: add dependency on curlMartin Jansa
* otherwise fails with: | -- Looking for pthread_create in pthread | -- Looking for pthread_create in pthread - found | -- Could NOT find CURL (missing: CURL_LIBRARY CURL_INCLUDE_DIR) | CMake Error at CMakeLists.txt:165 (message): | Missing library: curl | | | -- Configuring incomplete, errors occurred! Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2016-03-14synergy: add dependency on unzip-nativeMartin Jansa
* otherwise may fail with: ERROR: synergy-1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0 do_unpack_extra: Function failed: do_unpack_extra (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/log.do_unpack_extra.11874) ERROR: Logfile of failure stored in: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/log.do_unpack_extra.11874 Log data follows: | DEBUG: Executing shell function do_unpack_extra | /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/run.do_unpack_extra.11874: 105: /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/run.do_unpack_extra.11874: unzip: not found | WARNING: exit code 127 from a shell command. | ERROR: Function failed: do_unpack_extra (log file is located at /home/jenkins/oe/world/shr-core/tmp-glibc/work/armv5te-oe-linux-gnueabi/synergy/1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0/temp/log.do_unpack_extra.11874) NOTE: recipe synergy-1.7.3+1.7.4-rc8+AUTOINC+588fb4b805-r0: task do_unpack_extra: Failed ERROR: Task 0 (/home/jenkins/oe/world/shr-core/meta-openembedded/meta-oe/recipes-support/synergy/synergy_git.bb, do_unpack_extra) failed with exit code '1' Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
2015-08-31synergy: project has moved from synergy.googlecode.comRudolf J Streif
The synergy project on synergy.googlecode.com is defunct. The sources cannot be downloaded from there anymore. The new project home is synergy-project.org, but sources can only be downloaded from ther with a login. The source code repo is on github.com/synergy. New recipe to check out the code from GitHub. The code contains zip archives for gmock and gtest, which need to be extracted before do_configure. The license file has changed from COPYING to LICENSE. The authors apparently added their copyright information before the GPLv2 license text. Hence, the md5sum is different. Signed-off-by: Rudolf J Streif <rudolf.streif@gmail.com>