similarity index 82%
rename from meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb
rename to meta-oe/recipes-connectivity/libcppconnman/libcppconnman_1.0.0.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
SECTION = "libs"
-SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main"
-SRCREV = "d89262c2cd7336da8ba9eb06228d422847fe4b20"
+SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main;tag=v${PV}"
+SRCREV = "84fa99d3ba0908ff9debd9191c4eddabf08079d4"
inherit cmake pkgconfig
It has one change over last release https://github.com/amarula/libcppconnman/commit/84fa99d3ba0908ff9debd9191c4eddabf08079d4 Fixes build errors e.g. | CMake Error at cmake/VersionFromGit.cmake:59 (message): | [VersionFromGit] Failed to execute Git: fatal: No names found, cannot | describe anything. Signed-off-by: Khem Raj <khem.raj@oss.qualcomm.com> --- .../{libcppconnman_git.bb => libcppconnman_1.0.0.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-connectivity/libcppconnman/{libcppconnman_git.bb => libcppconnman_1.0.0.bb} (82%)