mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-04 16:10:10 +00:00
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>
This commit is contained in:
parent
7196961f5e
commit
f1919b7e1c
|
|
@ -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"
|
||||
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user