diff mbox series

[meta-oe,PATCHv2] telepathy-mission-control: add recipe

Message ID 20251002010054.41854-1-f_l_k@t-online.de
State Under Review
Headers show
Series [meta-oe,PATCHv2] telepathy-mission-control: add recipe | expand

Commit Message

Markus Volk Oct. 2, 2025, 1 a.m. UTC
'telepathy-mission-control' is an account manager as requested by the 'folks' telepathy
backend at runtime.

Signed-off-by: Markus Volk <f_l_k@t-online.de>
---
 .../telepathy-mission-control_5.16.6.bb         | 17 +++++++++++++++++
 1 file changed, 17 insertions(+)
 create mode 100644 meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.6.bb
diff mbox series

Patch

diff --git a/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.6.bb b/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.6.bb
new file mode 100644
index 0000000000..e7cb55c0f5
--- /dev/null
+++ b/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.6.bb
@@ -0,0 +1,17 @@ 
+SUMMARY = "Telepathy Mission Control 5 is an account manager and channel dispatcher for the Telepathy framework"
+HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
+LICENSE = "LGPL-2.1-only"
+
+DEPENDS = "glib-2.0 telepathy-glib dbus dbus-native dbus-glib libxslt-native"
+
+SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-mission-control/${BP}.tar.gz"
+SRC_URI[sha256sum] = "2df8ae3995e919a7670e01aa3568215ef0777e34961ace1cac1c6477cb297a45"
+
+LIC_FILES_CHKSUM = "file://COPYING;md5=d8045f3b8f929c1cb29a1e3fd737b499"
+
+inherit autotools pkgconfig gtk-doc
+
+PACKAGECONFIG ?= ""
+PACKAGECONFIG[networkmanager] = "--with-connectivity=nm,--with-connectivity=no,networkmanager"
+
+FILES:${PN} += "${datadir}/dbus-1 ${datadir}/glib-2.0"