diff options
| author | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-16 22:24:44 -0700 |
|---|---|---|
| committer | Khem Raj <khem.raj@oss.qualcomm.com> | 2026-04-17 14:16:04 -0700 |
| commit | 2a1772dbc84c64c7adee01e7c720fb48e774676e (patch) | |
| tree | 311431d29bfb05bcb4e43ba34d1782dd54bd6541 /meta-oe | |
| parent | 93286ad8b7c3b30e7dbe156b5265f169d741e5e5 (diff) | |
| download | meta-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 | ||
| 5 | SECTION = "libs" | 5 | SECTION = "libs" |
| 6 | 6 | ||
| 7 | SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main" | 7 | SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main;tag=v${PV}" |
| 8 | SRCREV = "d89262c2cd7336da8ba9eb06228d422847fe4b20" | 8 | SRCREV = "84fa99d3ba0908ff9debd9191c4eddabf08079d4" |
| 9 | 9 | ||
| 10 | inherit cmake pkgconfig | 10 | inherit cmake pkgconfig |
| 11 | 11 | ||
