diff options
Diffstat (limited to 'meta-oe')
| -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" | ||
