From 02a8f24a6031f6337eafb68809b1e435fabee459 Mon Sep 17 00:00:00 2001 From: David Escalona Date: Thu, 21 Jul 2022 11:16:32 +0200 Subject: [PATCH] meta-digi-dey: python3-bluezero: add recipe to compile Python Bluezero module Signed-off-by: David Escalona --- .../python3-bluezero_0.7.1.bb | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.7.1.bb diff --git a/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.7.1.bb b/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.7.1.bb new file mode 100644 index 000000000..02fc2de88 --- /dev/null +++ b/meta-digi-dey/recipes-devtools/python3-bluezero/python3-bluezero_0.7.1.bb @@ -0,0 +1,19 @@ +# Copyright (C) 2022 Digi International Inc. + +SUMMARY = "Library providing an API to access to Bluez with zero boilerplate code" +DESCRIPTION = "The library will use calls to the BlueZ D-Bus API and use ‘sensible’ defaults to help with that simplification." +HOMEPAGE = "https://github.com/ukBaz/python-bluezero" +SECTION = "devel/python" +LICENSE = "MIT" +LIC_FILES_CHKSUM = "file://LICENSE;md5=66f12994d9f609ef52171aaa0bd371a9" + +SRC_URI[sha256sum] = "f146feb65ee9f6fd9f3638ff0a44df9fd6efb48cf66a39ce51a62a7d38ab5206" + +inherit setuptools3 pypi + +RDEPENDS:${PN} += " \ + python3-dbus \ + python3-pygobject \ +" + +RPROVIDES:${PN} = "python3-bluezero"