mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
alsa-tools: upgrade to 1.0.28
mips_has_no_io_h.patch removed, no longer necessary. Changelog: http://www.alsa-project.org/main/index.php/Changes_v1.0.27.2_v1.0.28 (From OE-Core rev: f28e6f4131e675a60795156012851b8367ac1b4d) Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b72ce82024
commit
c74a6dd34d
@@ -1,16 +0,0 @@
|
||||
Upstream-Status: Pending
|
||||
Signed-off-by: Saul Wold <sgw@linux.intel.com>
|
||||
|
||||
Index: alsa-tools-1.0.26.1/hda-verb/hda-verb.c
|
||||
===================================================================
|
||||
--- alsa-tools-1.0.26.1.orig/hda-verb/hda-verb.c
|
||||
+++ alsa-tools-1.0.26.1/hda-verb/hda-verb.c
|
||||
@@ -13,7 +13,7 @@
|
||||
#include <ctype.h>
|
||||
#include <unistd.h>
|
||||
#include <sys/ioctl.h>
|
||||
-#ifndef __PPC__
|
||||
+#if !(__PPC__ || __mips__)
|
||||
#include <sys/io.h>
|
||||
#endif
|
||||
#include <sys/types.h>
|
||||
+3
-4
@@ -8,14 +8,13 @@ DEPENDS = "alsa-lib ncurses"
|
||||
LIC_FILES_CHKSUM = "file://hdsploader/COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \
|
||||
file://ld10k1/COPYING.LIB;md5=7fbc338309ac38fefcd64b04bb903e34"
|
||||
|
||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/alsa-tools-${PV}.tar.bz2 \
|
||||
file://mips_has_no_io_h.patch \
|
||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/tools/${BP}.tar.bz2 \
|
||||
file://autotools.patch \
|
||||
${@bb.utils.contains('DISTRO_FEATURES', 'x11', '', \
|
||||
'file://makefile_no_gtk.patch', d)}"
|
||||
|
||||
SRC_URI[md5sum] = "1ea381d00a6069a98613aa7effa4cb51"
|
||||
SRC_URI[sha256sum] = "6562611b5a6560712f109e09740a9d4fa47296b07ed9590cb44139c5f154ada2"
|
||||
SRC_URI[md5sum] = "e6c929175d8ee729c06d49b51439bad6"
|
||||
SRC_URI[sha256sum] = "76e59711c6d0f39cbddce83ce1ed8da00bad112fee021f94fa990d8685cc3761"
|
||||
|
||||
inherit autotools-brokensep pkgconfig
|
||||
|
||||
Reference in New Issue
Block a user