summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/synergy/synergy_git.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-oe/recipes-support/synergy/synergy_git.bb')
-rw-r--r--meta-oe/recipes-support/synergy/synergy_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-support/synergy/synergy_git.bb b/meta-oe/recipes-support/synergy/synergy_git.bb
index fb767942fe..e215c62620 100644
--- a/meta-oe/recipes-support/synergy/synergy_git.bb
+++ b/meta-oe/recipes-support/synergy/synergy_git.bb
@@ -10,12 +10,12 @@ DEPENDS = "virtual/libx11 libxtst libxinerama curl openssl"
10REQUIRED_DISTRO_FEATURES = "x11" 10REQUIRED_DISTRO_FEATURES = "x11"
11 11
12SRC_URI = "git://github.com/symless/synergy-core;protocol=https;nobranch=1" 12SRC_URI = "git://github.com/symless/synergy-core;protocol=https;nobranch=1"
13SRC_URI += "file://CVE-2020-15117.patch"
13 14
14# Version 1.10.1-stable 15# Version 1.10.1-stable
15SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f" 16SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f"
16PV = "1.10.1+git" 17PV = "1.10.1+git"
17 18
18S = "${WORKDIR}/git"
19 19
20inherit cmake features_check 20inherit cmake features_check
21 21