diff options
author | Leon Anavi <leon.anavi@konsulko.com> | 2020-06-03 13:08:36 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2020-06-05 18:42:15 -0700 |
commit | f1919b7e1c5ce6562715b801f6051721af6db259 (patch) | |
tree | be5252c11606fc959b6de12af58e833460c84893 /meta-python | |
parent | 7196961f5e7cd55b4b17af477977c629af24fc67 (diff) | |
download | meta-openembedded-f1919b7e1c5ce6562715b801f6051721af6db259.tar.gz |
python-pyaudio: Consolidate in a single file
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>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyaudio.inc | 13 | ||||
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyaudio_0.2.11.bb | 15 |
2 files changed, 14 insertions, 14 deletions
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 0d3ddb1a56..0000000000 --- a/meta-python/recipes-devtools/python/python-pyaudio.inc +++ /dev/null | |||
@@ -1,13 +0,0 @@ | |||
1 | SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library" | ||
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7" | ||
5 | |||
6 | PYPI_PACKAGE = "PyAudio" | ||
7 | |||
8 | SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8" | ||
9 | SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74" | ||
10 | |||
11 | DEPENDS += "portaudio-v19" | ||
12 | |||
13 | 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 abb01bf691..b2c890659e 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 @@ | |||
1 | require python-pyaudio.inc | 1 | SUMMARY = "PyAudio provides Python bindings for PortAudio, the cross-platform audio I/O library" |
2 | SECTION = "devel/python" | ||
3 | LICENSE = "MIT" | ||
4 | LIC_FILES_CHKSUM = "file://README;md5=288793c2b9b05bd67abbd2a8f5d144f7" | ||
5 | |||
6 | PYPI_PACKAGE = "PyAudio" | ||
7 | |||
8 | SRC_URI[md5sum] = "7e4c88139284033f67b4336c74eda3b8" | ||
9 | SRC_URI[sha256sum] = "93bfde30e0b64e63a46f2fd77e85c41fd51182a4a3413d9edfaf9ffaa26efb74" | ||
10 | |||
2 | inherit pypi setuptools3 | 11 | inherit pypi setuptools3 |
12 | |||
13 | DEPENDS += "portaudio-v19" | ||
14 | |||
15 | RDEPENDS_${PN} += "portaudio-v19" | ||