diff options
Diffstat (limited to 'meta-oe/recipes-support/synergy/synergy_git.bb')
-rw-r--r-- | meta-oe/recipes-support/synergy/synergy_git.bb | 2 |
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" | |||
10 | REQUIRED_DISTRO_FEATURES = "x11" | 10 | REQUIRED_DISTRO_FEATURES = "x11" |
11 | 11 | ||
12 | SRC_URI = "git://github.com/symless/synergy-core;protocol=https;nobranch=1" | 12 | SRC_URI = "git://github.com/symless/synergy-core;protocol=https;nobranch=1" |
13 | SRC_URI += "file://CVE-2020-15117.patch" | ||
13 | 14 | ||
14 | # Version 1.10.1-stable | 15 | # Version 1.10.1-stable |
15 | SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f" | 16 | SRCREV ?= "1b4c076127687aceac931d269e898beaac1cad9f" |
16 | PV = "1.10.1+git" | 17 | PV = "1.10.1+git" |
17 | 18 | ||
18 | S = "${WORKDIR}/git" | ||
19 | 19 | ||
20 | inherit cmake features_check | 20 | inherit cmake features_check |
21 | 21 | ||