summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-06-30 05:59:52 -0700
committerMartin Jansa <Martin.Jansa@gmail.com>2017-07-14 23:43:21 +0200
commitd441a628d84139690bf66246bd3683ef80e33ec8 (patch)
tree28c8f87fb2a01149684b9345e372942aa3ef26c0
parent9fc1d268bb2597a4eeeba8ba7f62ead7bb14085f (diff)
downloadmeta-openembedded-d441a628d84139690bf66246bd3683ef80e33ec8.tar.gz
synergy: Update to 1.8.8 release
Change license to reflect openSSL linking exception https://github.com/symless/synergy/commit/a8472d2eb2106a0d1503d25369e6bdc6e3b88c7d and copyright changes https://github.com/symless/synergy/commit/c3c0913633041584fa41180640d2e4c83fa92820 Point to new(moved) SRC_URI Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r--meta-oe/recipes-support/synergy/synergy_git.bb12
1 files changed, 6 insertions, 6 deletions
diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb
index 1c55a8a0fe..68f0387ba9 100644
--- a/meta-oe/recipes-support/synergy/synergy_git.bb
+++ b/meta-oe/recipes-support/synergy/synergy_git.bb
@@ -1,7 +1,7 @@
1SUMMARY = "Synergy - control multiple computers with one keyboard and mouse" 1SUMMARY = "Synergy - control multiple computers with one keyboard and mouse"
2HOMEPAGE = "http://synergy-project.org" 2HOMEPAGE = "http://synergy-project.org"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=0f366945b209c5523e39889f636af00a" 3LIC_FILES_CHKSUM = "file://LICENSE;md5=d2ba51ca68e055566aade24662f9eb41"
4LICENSE = "GPL-2.0" 4LICENSE = "GPL-2.0-with-OpenSSL-exception"
5SECTION = "x11/utils" 5SECTION = "x11/utils"
6 6
7DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl" 7DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl"
@@ -10,11 +10,11 @@ do_unpack_extra[depends] = "unzip-native:do_populate_sysroot"
10# depends on virtual/libx11 10# depends on virtual/libx11
11REQUIRED_DISTRO_FEATURES = "x11" 11REQUIRED_DISTRO_FEATURES = "x11"
12 12
13SRC_URI = "git://github.com/synergy/synergy.git;protocol=http" 13SRC_URI = "git://github.com/symless/synergy.git;protocol=http"
14 14
15# Version 1.7.4-rc8 15# Version 1.8.8-stable
16SRCREV ?= "588fb4b805dd452556d05dbc03fe29ea5b4e43c0" 16SRCREV ?= "c30301e23424db1125664da17deb8c3aa6aec52d"
17PV = "1.7.3+1.7.4-rc8+${SRCPV}" 17PV = "1.8.8+${SRCPV}"
18 18
19S = "${WORKDIR}/git" 19S = "${WORKDIR}/git"
20 20