summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-graphics/neatvnc
diff options
context:
space:
mode:
authorPeter Kjellerstedt <pkj@axis.com>2023-11-07 08:12:27 +0100
committerKhem Raj <raj.khem@gmail.com>2023-11-07 19:59:58 -0800
commit61603d4dce0f47a7027c4fe2c0d0f677f7d05b53 (patch)
tree634452b2b07fffef862aa1a2ac9759f622d47591 /meta-oe/recipes-graphics/neatvnc
parent719afc145dfa1203630c3b1172853b67a4f2dd75 (diff)
downloadmeta-openembedded-61603d4dce0f47a7027c4fe2c0d0f677f7d05b53.tar.gz
neatvnc: Specify the version in the recipe file name
Signed-off-by: Peter Kjellerstedt <peter.kjellerstedt@axis.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe/recipes-graphics/neatvnc')
-rw-r--r--meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.0.bb (renamed from meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb)2
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.0.bb
index 0c95f7e4c..c8ac09f23 100644
--- a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb
+++ b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.0.bb
@@ -8,8 +8,6 @@ SRC_URI = "git://github.com/any1/neatvnc;branch=v0.7;protocol=https"
8 8
9SRCREV = "112391140a76f0b362fa0df92fc1183c4a48ef3d" 9SRCREV = "112391140a76f0b362fa0df92fc1183c4a48ef3d"
10 10
11PV = "0.7.0"
12
13S = "${WORKDIR}/git" 11S = "${WORKDIR}/git"
14 12
15DEPENDS = "libdrm pixman aml zlib" 13DEPENDS = "libdrm pixman aml zlib"