blob: 1891eae40dd9e9cdbe8b29cfd75ea0e51dad37e3 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001SUMMARY = "Telepathy Framework glib-base helper library"
2DESCRIPTION = "Telepathy Framework: GLib-based helper library for connection managers"
3HOMEPAGE = "http://telepathy.freedesktop.org/wiki/"
4DEPENDS = "glib-2.0 dbus hostpython-runtime-native dbus-native dbus-glib libxslt-native"
Andrew Geissler9aee5002022-03-30 16:27:02 +00005LICENSE = "LGPL-2.1-or-later"
Patrick Williamsb48b7b42016-08-17 15:04:38 -05006
7SRC_URI = "http://telepathy.freedesktop.org/releases/telepathy-glib/${BP}.tar.gz"
Brad Bishop90ca7472019-08-20 09:15:15 -04008SRC_URI[md5sum] = "cbeb0a24acc26e7f095be281c324da69"
9SRC_URI[sha256sum] = "9e0df1d8f857e0270cf0b32e2d1ca5a24aa7282873361785d573f72ad7f7d5eb"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050010
11LIC_FILES_CHKSUM = "file://COPYING;md5=e413d83db6ee8f2c8e6055719096a48e"
12
Brad Bishop90ca7472019-08-20 09:15:15 -040013inherit autotools pkgconfig gettext gobject-introspection vala
14
Andrew Geisslere34f8962021-04-15 15:53:51 -050015# Respect GI_DATA_ENABLED value when enabling vala-bindings:
16# configure: error: GObject-Introspection must be enabled for Vala bindings
17EXTRA_OECONF = "${@bb.utils.contains('GI_DATA_ENABLED', 'True', '--enable-vala-bindings', '--disable-vala-bindings', d)}"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050018
Patrick Williams213cb262021-08-07 19:21:33 -050019FILES:${PN} += "${datadir}/telepathy \
Patrick Williamsb48b7b42016-08-17 15:04:38 -050020 ${datadir}/dbus-1"