mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
2a1772dbc8
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>
18 lines
471 B
BlitzBasic
18 lines
471 B
BlitzBasic
SUMMARY = "Amarula libcppconnman library"
|
|
LICENSE = "LGPL-2.1-or-later"
|
|
LIC_FILES_CHKSUM = "file://LICENSE;md5=a87a7059d580c45495c1218f53e3610d"
|
|
|
|
SECTION = "libs"
|
|
|
|
SRC_URI = "git://github.com/amarula/libcppconnman.git;protocol=https;branch=main;tag=v${PV}"
|
|
SRCREV = "84fa99d3ba0908ff9debd9191c4eddabf08079d4"
|
|
|
|
inherit cmake pkgconfig
|
|
|
|
DEPENDS += "glib-2.0"
|
|
|
|
EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DBUILD_CONNMAN=ON"
|
|
|
|
# LICENSE file
|
|
FILES:${PN} += "${datadir}/Amarula"
|