[oe-commits] Simone Agresta : alsa-tools: fix build when x11 and gtk+ not available

git at git.openembedded.org git at git.openembedded.org
Wed Mar 19 14:35:10 UTC 2014


Module: openembedded-core.git
Branch: master
Commit: ef196434620522affc11b5b1b867386b5d14a4c3
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=ef196434620522affc11b5b1b867386b5d14a4c3

Author: Simone Agresta <simone.agresta at bticino.it>
Date:   Tue Mar 18 12:25:38 2014 +0100

alsa-tools: fix build when x11 and gtk+ not available

 Updated patch to work with alsa-tools version 1.0.27

Signed-off-by: Simone Agresta <simone.agresta at bticino.it>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch | 8 ++++----
 1 file changed, 4 insertions(+), 4 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 51f934d..c6cb5b1 100644
--- a/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
+++ b/meta/recipes-multimedia/alsa/alsa-tools/makefile_no_gtk.patch
@@ -8,14 +8,14 @@ diff --git a/Makefile b/Makefile
 --- a/Makefile
 +++ b/Makefile
 @@ -1,8 +1,8 @@
- VERSION = 1.0.26.1
+ VERSION = 1.0.27
  TOP = .
--SUBDIRS = ac3dec as10k1 envy24control \
+-SUBDIRS = as10k1 envy24control \
 -	  mixartloader pcxhrloader rmedigicontrol sb16_csp seq sscape_ctl \
 -	  us428control usx2yloader vxloader echomixer \
-+SUBDIRS = ac3dec as10k1 \
++SUBDIRS = as10k1 \
 +	  mixartloader pcxhrloader sb16_csp seq sscape_ctl \
 +	  us428control usx2yloader vxloader \
- 	  hwmixvolume hda-verb
+ 	  hwmixvolume hdajackretask hda-verb
  
  all:



More information about the Openembedded-commits mailing list