From c59f6c1f7de59963fa0f0f0912b2233357dcec02 Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Wed, 13 Apr 2011 13:54:41 +0800 Subject: alsa-utils: upgrade to version 1.0.24.2 Signed-off-by: Dongxiao Xu --- .../alsa/alsa-utils-1.0.23/ncursesfix.patch | 42 ---------------------- 1 file changed, 42 deletions(-) delete mode 100644 meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch (limited to 'meta/recipes-multimedia/alsa/alsa-utils-1.0.23') diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch deleted file mode 100644 index 0009c1afe..000000000 --- a/meta/recipes-multimedia/alsa/alsa-utils-1.0.23/ncursesfix.patch +++ /dev/null @@ -1,42 +0,0 @@ -# alsa-utils: Fix ncurses build failures -# Richard Purdie -# Rebased to 1.0.23, Dongxiao Xu - -diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in ---- alsa-utils-1.0.23-orig/configure.in 2010-04-16 19:19:12.000000000 +0800 -+++ alsa-utils-1.0.23/configure.in 2010-06-22 15:22:06.731202478 +0800 -@@ -109,34 +109,16 @@ - NCURSESLIBSUFFIX="" - CURSES_NLS="no" - if test "$curseslib" = "ncursesw" -o \( "$curseslib" = "auto" -a "$USE_NLS" = "yes" \); then -- AC_CHECK_PROG([ncursesw5_config], [ncursesw5-config], [yes]) -- if test "$ncursesw5_config" = "yes"; then -- CURSESINC="" -- CURSESLIB=`ncursesw5-config --libs` -- CURSESLIBDIR=`ncursesw5-config --libdir` -- CURSES_CFLAGS=`ncursesw5-config --cflags` -- curseslib="ncursesw" -- else - AC_CHECK_LIB(ncursesw, initscr, - [ CURSESINC=''; CURSESLIB='-lncursesw'; curseslib="ncursesw"]) -- fi - if test -n "$CURSESINC"; then - NCURSESLIBSUFFIX="w" - CURSES_NLS="yes" - fi - fi - if test "$curseslib" = "ncurses" -o "$curseslib" = "auto"; then -- AC_CHECK_PROG([ncurses5_config], [ncurses5-config], [yes]) -- if test "$ncurses5_config" = "yes"; then -- CURSESINC="" -- CURSESLIB=`ncurses5-config --libs` -- CURSESLIBDIR=`ncurses5-config --libdir` -- CURSES_CFLAGS=`ncurses5-config --cflags` -- curseslib="ncurses" -- else - AC_CHECK_LIB(ncurses, initscr, - [ CURSESINC=''; CURSESLIB='-lncurses'; curseslib="ncurses"]) -- fi - fi - if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then - AC_CHECK_LIB(curses, initscr, -- cgit v1.2.3