diff mbox series

[meta-oe,1/2] telepathy-mission-control: add recipe

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

Commit Message

Markus Volk Oct. 1, 2025, 6:23 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/telepathy-mission-control_5.16.6.bb  | 14 ++++++++++++++
 1 file changed, 14 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..c6ff3abe9f
--- /dev/null
+++ b/meta-oe/recipes-connectivity/telepathy/telepathy-mission-control_5.16.6.bb
@@ -0,0 +1,14 @@ 
+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 = "telepathy-glib dbus networkmanager dbus-native dbus-glib"
+
+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
+
+FILES:${PN} += "${datadir}/dbus-1 ${datadir}/glib-2.0"