diff options
| author | Andrea Ricchi <andrea.ricchi@amarulasolutions.com> | 2026-03-05 09:30:21 +0100 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2026-03-05 07:37:42 -0800 |
| commit | 5899a5e6ff3d1592624cfcf1f50a4df1b7c139c8 (patch) | |
| tree | 4c180da8d182a91aabb7c0606fd09cde46e73f23 /meta-oe/recipes-connectivity | |
| parent | 9dff889e43b5b564cbe1e98bec75e0eb449f21d9 (diff) | |
| download | meta-openembedded-master.tar.gz | |
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/recipes-connectivity')
| -rw-r--r-- | meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb | 17 |
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 @@ | |||
| 1 | SUMMARY = "Amarula libcppconnman library" | ||
| 2 | LICENSE = "LGPL-2.1-or-later" | ||
| 3 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d" | ||
| 4 | |||
| 5 | SECTION = "libs" | ||
| 6 | |||
| 7 | SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main" | ||
| 8 | SRCREV = "d89262c2cd7336da8ba9eb06228d422847fe4b20" | ||
| 9 | |||
| 10 | inherit cmake pkgconfig | ||
| 11 | |||
| 12 | DEPENDS += "glib-2.0" | ||
| 13 | |||
| 14 | EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DBUILD_CONNMAN=ON" | ||
| 15 | |||
| 16 | # LICENSE file | ||
| 17 | FILES:${PN} += "${datadir}/Amarula" | ||
