forked from brl/citadel
Bruce Leidl
be34ea65f3
- removed layers meta-rust and meta-clang - added new dependencies to Makefile - changed override syntax across all recipe files - updated conf files from hardknott to kirkstone - SRC_URI git URLS fixed to always include branch and protocol - LICENSE fields updated with new naming convention - updated citadel-tools dependencies - upgraded mozjs to mozjs-91 No longer needed because poky includes newer version (or new enough): - glib-2.0 - libgudev - xorgproto - libxfixes - libinput - wayland-protocols - vte
21 lines
724 B
BlitzBasic
21 lines
724 B
BlitzBasic
SUMMARY = "Bluetooth integration with GNOME desktop"
|
|
HOMEPAGE = "https://wiki.gnome.org/Projects/GnomeBluetooth"
|
|
LICENSE = "GPL-2.0-only & LGPL-2.1-only"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
|
|
file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343"
|
|
|
|
SRC_URI[archive.md5sum] = "c82f7df6a411c897d4d59337d5d9a789"
|
|
SRC_URI[archive.sha256sum] = "0a068e3bddbbdab46991521e6624098579abe80da242398bdd579c4ca6926422"
|
|
|
|
|
|
DEPENDS = "glib-2.0 glib-2.0-native gtk+3 libcanberra libnotify libxml2-native gobject-introspection"
|
|
|
|
|
|
GNOMEBASEBUILDCLASS = "meson"
|
|
GTKDOC_MESON_OPTION = "gtk_doc"
|
|
|
|
inherit gnomebase gobject-introspection gettext gtk-doc
|
|
FILES:${PN} += "${datadir}/icons"
|
|
|
|
|