summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorKhem Raj <khem.raj@oss.qualcomm.com>2026-04-16 22:24:44 -0700
committerKhem Raj <khem.raj@oss.qualcomm.com>2026-04-17 14:16:04 -0700
commit2a1772dbc84c64c7adee01e7c720fb48e774676e (patch)
tree311431d29bfb05bcb4e43ba34d1782dd54bd6541 /meta-oe
parent93286ad8b7c3b30e7dbe156b5265f169d741e5e5 (diff)
downloadmeta-openembedded-2a1772dbc84c64c7adee01e7c720fb48e774676e.tar.gz
libcppconnman: Upgrade to 1.0.0
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>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libcppconnman/libcppconnman_1.0.0.bb (renamed from meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb)4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb b/meta-oe/recipes-connectivity/libcppconnman/libcppconnman_1.0.0.bb
index daa32a8d48..bd1686e9a9 100644
--- a/meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb
+++ b/meta-oe/recipes-connectivity/libcppconnman/libcppconnman_1.0.0.bb
@@ -4,8 +4,8 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
4 4
5SECTION = "libs" 5SECTION = "libs"
6 6
7SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main" 7SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main;tag=v${PV}"
8SRCREV = "d89262c2cd7336da8ba9eb06228d422847fe4b20" 8SRCREV = "84fa99d3ba0908ff9debd9191c4eddabf08079d4"
9 9
10inherit cmake pkgconfig 10inherit cmake pkgconfig
11 11