From: Marco Cavallini <koansoftware@gmail.com>
To: openembedded-devel@lists.openembedded.org
Cc: Marco Cavallini <m.cavallini@koansoftware.com>,
Marco Cavallini <koansoftware@gmail.com>
Subject: [meta-networking][PATCH] bluepy_git.bb: Added recipe for BluePy - Python interface to Bluetooth LE on Linux
Date: Mon, 18 Oct 2021 16:22:47 +0200 [thread overview]
Message-ID: <20211018142247.32594-1-koansoftware@gmail.com> (raw)
From: Marco Cavallini <m.cavallini@koansoftware.com>
Signed-off-by: Marco Cavallini <koansoftware@gmail.com>
---
.../recipes-connectivity/bluepy/bluepy_git.bb | 16 ++++++++++++++++
1 file changed, 16 insertions(+)
create mode 100644 meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
diff --git a/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
new file mode 100644
index 000000000..651a75254
--- /dev/null
+++ b/meta-networking/recipes-connectivity/bluepy/bluepy_git.bb
@@ -0,0 +1,16 @@
+DESCRIPTION = "Python interface to Bluetooth LE on Linux"
+HOMEPAGE = "https://github.com/IanHarvey/bluepy"
+SECTION = "devel/python"
+
+DEPENDS = "${PYTHON_PN} glib-2.0"
+RDEPENDS_${PN} = "bluez5"
+
+LICENSE = "GPLv2"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
+
+inherit setuptools3
+
+SRC_URI = "git://github.com/IanHarvey/bluepy.git;protocol=https;rev=7ad565231a97c304c0eff45f2649cd005e69db09"
+S = "${WORKDIR}/git"
+
+TARGET_CC_ARCH += "${LDFLAGS}"
\ No newline at end of file
--
2.17.1
next reply other threads:[~2021-10-18 14:26 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-10-18 14:22 Marco Cavallini [this message]
2021-10-18 15:53 ` [oe] [meta-networking][PATCH] bluepy_git.bb: Added recipe for BluePy - Python interface to Bluetooth LE on Linux Khem Raj
[not found] ` <3c6c68b7-f3c2-4259-5400-0e8a804f3fb8@gmail.com>
[not found] ` <98970f4b-5513-43c3-225d-610e7c9606e3@gmail.com>
2021-10-19 4:34 ` Khem Raj
2021-10-19 12:14 ` Marco
2021-10-19 12:45 ` Khem Raj
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20211018142247.32594-1-koansoftware@gmail.com \
--to=koansoftware@gmail.com \
--cc=m.cavallini@koansoftware.com \
--cc=openembedded-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.