diff options
author | Derek Straka <derek@asterius.io> | 2017-02-28 17:26:07 -0500 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2017-03-04 12:38:54 +0100 |
commit | b6f9a5dd963c1fac566973060cbe6080b427967e (patch) | |
tree | db954733d4abda8df00ccb4907d5354fc08089d0 | |
parent | 8f7e76fc14f7488a22eaaea3d3c012b778e4b2c1 (diff) | |
download | meta-openembedded-b6f9a5dd963c1fac566973060cbe6080b427967e.tar.gz |
python-pyalsaaudio: update to version 0.8.4
Signed-off-by: Derek Straka <derek@asterius.io>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.4.bb (renamed from meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.3.bb) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.3.bb b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.4.bb index 7dfb136e6..b4435702e 100644 --- a/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.3.bb +++ b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.4.bb | |||
@@ -3,11 +3,11 @@ SECTION = "devel/python" | |||
3 | LICENSE = "PSF" | 3 | LICENSE = "PSF" |
4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" | 4 | LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" |
5 | 5 | ||
6 | SRC_URI[md5sum] = "fd87fdd34fb0aaf7e48bfe036ec8e2f7" | 6 | SRC_URI[md5sum] = "b46f69561bc85fc52e698b2440ca251e" |
7 | SRC_URI[sha256sum] = "74d9f04e0aeb71b0b5d36c0f02b0dd69b227ae7324cb5ae70d1e22a61459573e" | 7 | SRC_URI[sha256sum] = "84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085" |
8 | 8 | ||
9 | DEPENDS += "alsa-lib" | 9 | DEPENDS += "alsa-lib" |
10 | 10 | ||
11 | inherit pypi setuptools | 11 | inherit pypi setuptools |
12 | 12 | ||
13 | RDEPENDS_${PN} += "alsa-lib" | 13 | RDEPENDS_${PN} += "libasound" |