diff options
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.0.bb')
| -rw-r--r-- | meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.0.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.0.bb new file mode 100644 index 0000000000..ae6587be1e --- /dev/null +++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.34.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | SUMMARY = "GNOME bluetooth manager" | ||
| 2 | LICENSE = "GPLv2 & LGPLv2.1" | ||
| 3 | LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \ | ||
| 4 | file://COPYING.LIB;md5=a6f89e2100d9b6cdffcea4f398e37343 \ | ||
| 5 | " | ||
| 6 | |||
| 7 | SECTION = "x11/gnome" | ||
| 8 | |||
| 9 | DEPENDS = "udev gtk+3 libnotify libcanberra bluez5" | ||
| 10 | |||
| 11 | GNOMEBASEBUILDCLASS = "meson" | ||
| 12 | GTKDOC_MESON_OPTION = "gtk_doc" | ||
| 13 | |||
| 14 | inherit gnomebase gtk-icon-cache gtk-doc gobject-introspection upstream-version-is-even | ||
| 15 | |||
| 16 | # gtk-icon-cache bbclass will take care of this for us. | ||
| 17 | EXTRA_OEMESON = "-Dicon_update=false" | ||
| 18 | |||
| 19 | SRC_URI[archive.md5sum] = "0c567e124a52e8ddc31c8bed0c3e57a1" | ||
| 20 | SRC_URI[archive.sha256sum] = "e867e67423e1dc78c56c2ea11dec066ce0254238d559e4777c80fa2935eb6baf" | ||
| 21 | |||
| 22 | RDEPENDS_${PN} += "bluez5" | ||
