Hi, On Thu, Mar 5, 2026 at 10:03 PM Andrea Ricchi via lists.openembedded.org <[email protected]> wrote: > > 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.
You've tagged this patch for scarthgap but new recipes/features are not taken for LTS branches. Did you mean to send it for master branch? > > Signed-off-by: Andrea Ricchi <[email protected]> > --- > .../libcppconnman/libcppconnman_git.bb | 17 +++++++++++++++++ > 1 file changed, 17 insertions(+) > create mode 100644 > meta-oe/recipes-connectivity/libcppconnman/libcppconnman_git.bb > > 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 @@ > +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" > +SRCREV = "d89262c2cd7336da8ba9eb06228d422847fe4b20" > + > +inherit cmake pkgconfig > + > +DEPENDS += "glib-2.0" > + > +EXTRA_OECMAKE += "-DBUILD_SHARED_LIBS=ON -DBUILD_CONNMAN=ON" > + > +# LICENSE file > +FILES:${PN} += "${datadir}/Amarula" > -- > 2.43.0 > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#125300): https://lists.openembedded.org/g/openembedded-devel/message/125300 Mute This Topic: https://lists.openembedded.org/mt/118151892/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
