From b6f9a5dd963c1fac566973060cbe6080b427967e Mon Sep 17 00:00:00 2001 From: Derek Straka Date: Tue, 28 Feb 2017 17:26:07 -0500 Subject: python-pyalsaaudio: update to version 0.8.4 Signed-off-by: Derek Straka Signed-off-by: Martin Jansa --- .../recipes-devtools/python/python-pyalsaaudio_0.8.3.bb | 13 ------------- .../recipes-devtools/python/python-pyalsaaudio_0.8.4.bb | 13 +++++++++++++ 2 files changed, 13 insertions(+), 13 deletions(-) delete mode 100644 meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.3.bb create mode 100644 meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.4.bb (limited to 'meta-python/recipes-devtools/python') diff --git a/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.3.bb b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.3.bb deleted file mode 100644 index 7dfb136e6f..0000000000 --- a/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.3.bb +++ /dev/null @@ -1,13 +0,0 @@ -SUMMARY = "Support for the Linux 2.6.x ALSA Sound System" -SECTION = "devel/python" -LICENSE = "PSF" -LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" - -SRC_URI[md5sum] = "fd87fdd34fb0aaf7e48bfe036ec8e2f7" -SRC_URI[sha256sum] = "74d9f04e0aeb71b0b5d36c0f02b0dd69b227ae7324cb5ae70d1e22a61459573e" - -DEPENDS += "alsa-lib" - -inherit pypi setuptools - -RDEPENDS_${PN} += "alsa-lib" diff --git a/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.4.bb b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.4.bb new file mode 100644 index 0000000000..b4435702e4 --- /dev/null +++ b/meta-python/recipes-devtools/python/python-pyalsaaudio_0.8.4.bb @@ -0,0 +1,13 @@ +SUMMARY = "Support for the Linux 2.6.x ALSA Sound System" +SECTION = "devel/python" +LICENSE = "PSF" +LIC_FILES_CHKSUM = "file://LICENSE;md5=1a3b161aa0fcec32a0c8907a2219ad9d" + +SRC_URI[md5sum] = "b46f69561bc85fc52e698b2440ca251e" +SRC_URI[sha256sum] = "84e8f8da544d7f4bd96479ce4a237600077984d9be1d7f16c1d9a492ecf50085" + +DEPENDS += "alsa-lib" + +inherit pypi setuptools + +RDEPENDS_${PN} += "libasound" -- cgit 1.2.3-korg