From 61603d4dce0f47a7027c4fe2c0d0f677f7d05b53 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 7 Nov 2023 08:12:27 +0100 Subject: [PATCH] neatvnc: Specify the version in the recipe file name Signed-off-by: Peter Kjellerstedt Signed-off-by: Khem Raj --- .../neatvnc/{neatvnc_git.bb => neatvnc_0.7.0.bb} | 2 -- 1 file changed, 2 deletions(-) rename meta-oe/recipes-graphics/neatvnc/{neatvnc_git.bb => neatvnc_0.7.0.bb} (98%) diff --git a/meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb b/meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.0.bb similarity index 98% rename from meta-oe/recipes-graphics/neatvnc/neatvnc_git.bb rename to meta-oe/recipes-graphics/neatvnc/neatvnc_0.7.0.bb index 0c95f7e4ce..c8ac09f234 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" SRCREV = "112391140a76f0b362fa0df92fc1183c4a48ef3d" -PV = "0.7.0" - S = "${WORKDIR}/git" DEPENDS = "libdrm pixman aml zlib"