From bc3bf7b3364e2032e6a30d7daedc0bd7e30aa15b Mon Sep 17 00:00:00 2001 From: Isaac Hermida Date: Wed, 24 Jan 2018 12:33:46 +0100 Subject: [PATCH] bluez5.inc: fix python3 core dependency for bluez5.41 Currently the default bluez5 package installed is bluez-5.46, but we need this locally for compiling bluez-5.41 (the stack using in the bluetooth certification process), so we need to locally apply the same fix ("fix python3 core dependency for testtools") for the testtools and its dependency with python3-code instead of python3. Signed-off-by: Isaac Hermida --- meta-digi-dey/recipes-connectivity/bluez/bluez5.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-digi-dey/recipes-connectivity/bluez/bluez5.inc b/meta-digi-dey/recipes-connectivity/bluez/bluez5.inc index 3421c3820..ff812a689 100644 --- a/meta-digi-dey/recipes-connectivity/bluez/bluez5.inc +++ b/meta-digi-dey/recipes-connectivity/bluez/bluez5.inc @@ -104,7 +104,7 @@ def get_noinst_tools_paths (d, bb, tools): FILES_${PN}-noinst-tools = "${@get_noinst_tools_paths(d, bb, d.getVar('NOINST_TOOLS', True))}" -RDEPENDS_${PN}-testtools += "python3 python3-dbus python3-pygobject" +RDEPENDS_${PN}-testtools += "python3-core python3-dbus python3-pygobject" SYSTEMD_SERVICE_${PN} = "bluetooth.service" INITSCRIPT_PACKAGES = "${PN}"