summaryrefslogtreecommitdiffstats
path: root/meta-oe
diff options
context:
space:
mode:
authorAndrea Ricchi <andrea.ricchi@amarulasolutions.com>2026-03-05 09:30:21 +0100
committerKhem Raj <raj.khem@gmail.com>2026-03-05 07:37:42 -0800
commit5899a5e6ff3d1592624cfcf1f50a4df1b7c139c8 (patch)
tree4c180da8d182a91aabb7c0606fd09cde46e73f23 /meta-oe
parent9dff889e43b5b564cbe1e98bec75e0eb449f21d9 (diff)
downloadmeta-openembedded-master.tar.gz
meta-oe: libcppconnman: add recipeHEADmaster
libcppconnman is a C++ library to control ConnMan via D-Bus. It exposes simple aync methods to perform all the controls that ConnMan allow via D-Bus. Signed-off-by: Andrea Ricchi <andrea.ricchi@amarulasolutions.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-oe')
-rw-r--r--meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb17
1 files changed, 17 insertions, 0 deletions
diff --git a/meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb b/meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb
new file mode 100644
index 0000000000..daa32a8d48
--- /dev/null
+++ b/meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb
@@ -0,0 +1,17 @@
1SUMMARY = "Amarula libcppconnman library"
2LICENSE = "LGPL-2.1-or-later"
3LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
4
5SECTION = "libs"
6
7SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main"
8SRCREV = "d89262c2cd7336da8ba9eb06228d422847fe4b20"
9
10inherit cmake pkgconfig
11
12DEPENDS += "glib-2.0"
13
14EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DBUILD_CONNMAN=ON"
15
16# LICENSE file
17FILES:${PN} += "${datadir}/Amarula"