summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb
index 8344015204..0c95f7e4ce 100644
--- a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb
+++ b/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb
@@ -4,11 +4,11 @@ HOMEPAGE = "https://github.com/any1/neatvnc"
4LICENSE = "ISC" 4LICENSE = "ISC"
5LIC_FILES_CHKSUM = "file://COPYING;md5=94fc374e7174f41e3afe0f027ee59ff7" 5LIC_FILES_CHKSUM = "file://COPYING;md5=94fc374e7174f41e3afe0f027ee59ff7"
6 6
7SRC_URI = "git://github.com/any1/neatvnc;branch=master;protocol=https" 7SRC_URI = "git://github.com/any1/neatvnc;branch=v0.7;protocol=https"
8 8
9SRCREV = "8b3dc1ae6099dcfa73aec3ae11df2fdc58540d14" 9SRCREV = "112391140a76f0b362fa0df92fc1183c4a48ef3d"
10 10
11PV = "0.6.0+git${SRCPV}" 11PV = "0.7.0"
12 12
13S = "${WORKDIR}/git" 13S = "${WORKDIR}/git"
14 14