diff mbox series

[01/21] blueman: inherit cython class

Message ID 20241114220009.737413-1-ross.burton@arm.com
State New
Headers show
Series [01/21] blueman: inherit cython class | expand

Commit Message

Ross Burton Nov. 14, 2024, 9:59 p.m. UTC
Use the new cython class to avoid duplicated fixup code to remove build
paths.

Signed-off-by: Ross Burton <ross.burton@arm.com>
---
 meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

Ross Burton Nov. 14, 2024, 10 p.m. UTC | #1
Note that this patchbomb depends on "[OE-core] [PATCH] classes-recipe/cython: handle builds with no .c sources”.

Ross

> On 14 Nov 2024, at 21:59, Ross Burton via lists.openembedded.org <ross.burton=arm.com@lists.openembedded.org> wrote:
> 
> Use the new cython class to avoid duplicated fixup code to remove build
> paths.
> 
> Signed-off-by: Ross Burton <ross.burton@arm.com>
> ---
> meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
> index e7f0987e0f..974c563299 100644
> --- a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
> +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
> @@ -2,9 +2,9 @@ DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager"
> LICENSE = "GPL-3.0-only"
> LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
> 
> -DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native"
> +DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject"
> 
> -inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig
> +inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig cython
> 
> REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"
> 
> -- 
> 2.34.1
> 
> 
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#113824): https://lists.openembedded.org/g/openembedded-devel/message/113824
> Mute This Topic: https://lists.openembedded.org/mt/109582869/6875888
> Group Owner: openembedded-devel+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-devel/unsub [ross.burton@arm.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
diff mbox series

Patch

diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
index e7f0987e0f..974c563299 100644
--- a/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
+++ b/meta-networking/recipes-connectivity/blueman/blueman_2.4.3.bb
@@ -2,9 +2,9 @@  DESCRIPTION = "Blueman is a GTK+ Bluetooth Manager"
 LICENSE = "GPL-3.0-only"
 LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
 
-DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject python3-cython-native"
+DEPENDS = "gtk+3 glib-2.0 bluez5 python3-pygobject"
 
-inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig
+inherit meson gettext systemd gsettings pkgconfig python3native gtk-icon-cache features_check python3targetconfig cython
 
 REQUIRED_DISTRO_FEATURES = "gobject-introspection-data"