diff options
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb new file mode 100644 index 0000000000..90050fb146 --- /dev/null +++ b/meta-python/recipes-devtools/python/python3-pyalsaaudio_0.9.0.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | SUMMARY = "ALSA bindings" | ||
| 2 | SECTION = "devel/python" | ||
| 3 | LICENSE = "PSF" | ||
| 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" | ||
| 5 | |||
| 6 | inherit pypi setuptools3 | ||
| 7 | |||
| 8 | SRC_URI[md5sum] = "48c40424a79c2568676a41643d93f1f7" | ||
| 9 | SRC_URI[sha256sum] = "3ca069c736c8ad2a3047b5033468d983a2480f94fad4feb0169c056060e01e69" | ||
| 10 | |||
| 11 | DEPENDS += "alsa-lib" | ||
| 12 | |||
| 13 | RDEPENDS_${PN} += "libasound" | ||
