From f62efbaf96a77069aabcbce8dbad61c0d9db2ab5 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Wed, 22 Sep 2021 08:56:33 -0700 Subject: blueman: Inherit pkgconfig Fixes ../blueman-2.2.1/configure: line 15660: syntax error near unexpected token `PYTHON,' ../blueman-2.2.1/configure: line 15660: `PKG_CHECK_MODULES(PYTHON, python-${PYTHON_VERSION})' Signed-off-by: Khem Raj --- meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb index 6ccb425e38..8e874edd5e 100644 --- a/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb +++ b/meta-networking/recipes-connectivity/blueman/blueman_2.2.1.bb @@ -4,7 +4,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504" DEPENDS = "bluez5 python3-pygobject python3-cython-native python3-setuptools-native intltool-native" -inherit autotools gettext systemd gsettings python3native gtk-icon-cache +inherit autotools gettext systemd gsettings pkgconfig python3native gtk-icon-cache SRC_URI = " \ https://github.com/blueman-project/blueman/releases/download/${PV}/blueman-${PV}.tar.xz \ -- cgit v1.2.3-54-g00ecf