From: Kai Kang Date: Thu, 28 May 2015 08:23:04 +0000 (+0800) Subject: alsa-tools: update makefile_no_gtk.patch X-Git-Tag: lucaceresoli/bug-15201-perf-libtraceevent-missing~30212 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=787acab921b41082c4e8ca87bc40ae4e60954af8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git alsa-tools: update makefile_no_gtk.patch makefile_no_gtk.patch will be applied when no 'x11' in distro features. It fails to apply after update to version 1.0.29. Fix it. Signed-off-by: Kai Kang Signed-off-by: Richard Purdie --- diff --git a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch index 26657266a84..c9576096118 100644 --- a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch +++ b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch @@ -5,21 +5,25 @@ Upstream-Status: Inappropriate [configuration] Signed-off-by: Rogerio Nunes Signed-off-by: Otavio Salvador +Update patch for alsa-tools 1.0.29 + +Signed-off-by: Kai Kang + diff --git a/Makefile b/Makefile index 2457a1c..72346d9 100644 --- a/Makefile +++ b/Makefile @@ -1,9 +1,9 @@ - VERSION = 1.0.27 + VERSION = 1.0.29 TOP = . -SUBDIRS = as10k1 envy24control \ - mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \ - us428control usx2yloader vxloader echomixer \ -- hwmixvolume hdajackretask hda-verb +- hwmixvolume hdajackretask hda-verb hdajacksensetest +SUBDIRS = as10k1 \ + mixartloader pcxhrloader sb16_csp seq sscape_ctl \ + us428control usx2yloader vxloader \ -+ hwmixvolume hda-verb ++ hwmixvolume hda-verb hdajacksensetest all: @for i in $(SUBDIRS); do \