diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb')
-rw-r--r-- | meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb index 1599ea8347..0e2810ae74 100644 --- a/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb +++ b/meta-python/recipes-devtools/python/python3-pyaudio_0.2.14.bb | |||
@@ -4,10 +4,11 @@ LICENSE = "MIT" | |||
4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec" | 4 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7c3152b432b96d6dc4a1cb35397da9ec" |
5 | 5 | ||
6 | PYPI_PACKAGE = "PyAudio" | 6 | PYPI_PACKAGE = "PyAudio" |
7 | UPSTREAM_CHECK_PYPI_PACKAGE = "${PYPI_PACKAGE}" | ||
7 | 8 | ||
8 | SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87" | 9 | SRC_URI[sha256sum] = "78dfff3879b4994d1f4fc6485646a57755c6ee3c19647a491f790a0895bd2f87" |
9 | 10 | ||
10 | inherit pypi setuptools3 | 11 | inherit pypi python_setuptools_build_meta |
11 | 12 | ||
12 | SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch" | 13 | SRC_URI += "file://0001-Remove-absolute-paths-into-build-machine-system-dirs.patch" |
13 | 14 | ||