[oe] [PATCH 10/41] gnome-bluetooth: upgrade 3.18.2 -> 3.32.1

Andreas Müller schnitzeltony at gmail.com
Thu May 23 06:48:28 UTC 2019


* move to meson-build
* they do not maintain a changelog but suggest to clone the repo

Signed-off-by: Andreas Müller <schnitzeltony at gmail.com>
---
 ...uetooth_3.18.2.bb => gnome-bluetooth_3.32.1.bb} | 14 ++++++++------
 1 file changed, 8 insertions(+), 6 deletions(-)
 rename meta-gnome/recipes-gnome/gnome-bluetooth/{gnome-bluetooth_3.18.2.bb => gnome-bluetooth_3.32.1.bb} (48%)

diff --git a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.32.1.bb
similarity index 48%
rename from meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
rename to meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.32.1.bb
index 8cfd65af3..181cb1f68 100644
--- a/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.18.2.bb
+++ b/meta-gnome/recipes-gnome/gnome-bluetooth/gnome-bluetooth_3.32.1.bb
@@ -6,14 +6,16 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=eb723b61539feef013de476e68b5c50a \
 
 SECTION = "x11/gnome"
 
-DEPENDS = "udev gtk+3 libnotify libcanberra intltool-native gnome-common-native \
+DEPENDS = " \
+    udev gtk+3 libnotify libcanberra \
     ${@bb.utils.contains('DISTRO_FEATURES','bluez5','bluez5','bluez4',d)} \
 "
 
-inherit gnomebase gtk-icon-cache gobject-introspection distro_features_check
-REQUIRED_DISTRO_FEATURES = "x11"
+GNOMEBASEBUILDCLASS = "meson"
+
+inherit gnomebase gtk-icon-cache gobject-introspection gettext distro_features_check
 
-SRC_URI[archive.md5sum] = "75d09c924468ec0c687f9ab3acf7f113"
-SRC_URI[archive.sha256sum] = "d8df073c331df0f97261869fb77ffcdbf4e3e4eaf460d3c3ed2b16e03d9c5398"
+REQUIRED_DISTRO_FEATURES = "x11"
 
-FILES_${PN}-dbg += "${libdir}/gnome-bluetooth/plugins/.debug/"
+SRC_URI[archive.md5sum] = "5b3d66f564a5067ea154750cdb6d850d"
+SRC_URI[archive.sha256sum] = "6441cafd313af94fba28b701698074f97d693b9023788a74e8e6f16f817ba1aa"
-- 
2.20.1



More information about the Openembedded-devel mailing list