All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-python][PATCH] python-pyaudio: Consolidate in a single file
@ 2020-06-03 10:08 Leon Anavi
  2020-06-05 17:23 ` [oe] " Trevor Gamblin
  0 siblings, 1 reply; 2+ messages in thread
From: Leon Anavi @ 2020-06-03 10:08 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Leon Anavi

Consolidate inc and bb files into a single bb file.

Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
---
 .../recipes-devtools/python/python-pyaudio.inc    | 13 -------------
 .../python/python3-pyaudio_0.2.11.bb              | 15 ++++++++++++++-
 2 files changed, 14 insertions(+), 14 deletions(-)
 delete mode 100644 meta-python/recipes-devtools/python/python-pyaudio.inc

diff --git a/meta-python/recipes-devtools/python/python-pyaudio.inc b/meta-python/recipes-devtools/python/python-pyaudio.inc
deleted file mode 100644
index 0d3ddb1a5..000000000
--- a/meta-python/recipes-devtools/python/python-pyaudio.inc
+++ /dev/null
@@ -1,13 +0,0 @@
-SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
-SECTION = "devel/python"
-LICENSE = "MIT"
-LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
-
-PYPI_PACKAGE = "PyAudio"
-
-SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
-SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
-
-DEPENDS += "portaudio-v19"
-
-RDEPENDS_${PN} += "portaudio-v19"
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
index abb01bf69..b2c890659 100644
--- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
+++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
@@ -1,2 +1,15 @@
-require python-pyaudio.inc
+SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
+SECTION = "devel/python"
+LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
+
+PYPI_PACKAGE = "PyAudio"
+
+SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
+SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
+
 inherit pypi setuptools3
+
+DEPENDS += "portaudio-v19"
+
+RDEPENDS_${PN} += "portaudio-v19"
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [oe] [meta-python][PATCH] python-pyaudio: Consolidate in a single file
  2020-06-03 10:08 [meta-python][PATCH] python-pyaudio: Consolidate in a single file Leon Anavi
@ 2020-06-05 17:23 ` Trevor Gamblin
  0 siblings, 0 replies; 2+ messages in thread
From: Trevor Gamblin @ 2020-06-05 17:23 UTC (permalink / raw)
  To: Leon Anavi, openembedded-devel

[-- Attachment #1: Type: text/plain, Size: 2192 bytes --]


On 6/3/20 6:08 AM, Leon Anavi wrote:
> Consolidate inc and bb files into a single bb file.
>
> Signed-off-by: Leon Anavi <leon.anavi@konsulko.com>
Acked-by: Trevor Gamblin <trevor.gamblin@windriver.com>
> ---
>   .../recipes-devtools/python/python-pyaudio.inc    | 13 -------------
>   .../python/python3-pyaudio_0.2.11.bb              | 15 ++++++++++++++-
>   2 files changed, 14 insertions(+), 14 deletions(-)
>   delete mode 100644 meta-python/recipes-devtools/python/python-pyaudio.inc
>
> diff --git a/meta-python/recipes-devtools/python/python-pyaudio.inc b/meta-python/recipes-devtools/python/python-pyaudio.inc
> deleted file mode 100644
> index 0d3ddb1a5..000000000
> --- a/meta-python/recipes-devtools/python/python-pyaudio.inc
> +++ /dev/null
> @@ -1,13 +0,0 @@
> -SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
> -SECTION = "devel/python"
> -LICENSE = "MIT"
> -LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
> -
> -PYPI_PACKAGE = "PyAudio"
> -
> -SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
> -SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
> -
> -DEPENDS += "portaudio-v19"
> -
> -RDEPENDS_${PN} += "portaudio-v19"
> diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
> index abb01bf69..b2c890659 100644
> --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
> +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb
> @@ -1,2 +1,15 @@
> -require python-pyaudio.inc
> +SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library"
> +SECTION = "devel/python"
> +LICENSE = "MIT"
> +LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7"
> +
> +PYPI_PACKAGE = "PyAudio"
> +
> +SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8"
> +SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74"
> +
>   inherit pypi setuptools3
> +
> +DEPENDS += "portaudio-v19"
> +
> +RDEPENDS_${PN} += "portaudio-v19"
>
> 

[-- Attachment #2: Type: text/html, Size: 3838 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-05 17:24 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-03 10:08 [meta-python][PATCH] python-pyaudio: Consolidate in a single file Leon Anavi
2020-06-05 17:23 ` [oe] " Trevor Gamblin

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.