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 <kai.k...@windriver.com>
---
 meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch | 10 +++++++---
 1 file changed, 7 insertions(+), 3 deletions(-)

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 2665726..c957609 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 <ronu...@gmail.com>
 Signed-off-by: Otavio Salvador <ota...@ossystems.com.br>
 
+Update patch for alsa-tools 1.0.29
+
+Signed-off-by: Kai Kang <kai.k...@windriver.com>
+
 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 \
-- 
1.9.1

-- 
_______________________________________________
Openembedded-core mailing list
Openembedded-core@lists.openembedded.org
http://lists.openembedded.org/mailman/listinfo/openembedded-core

Reply via email to