From 7f1d42b044ead4454ab0bb77e7db85286605370a Mon Sep 17 00:00:00 2001 From: Dongxiao Xu Date: Sat, 26 Jun 2010 16:29:38 +0800 Subject: alsa-utils: Upgraded to version 1.0.23 Rebased ncursesfix.patch to 1.0.23 and commented for it Change the local file directory name to ${PN}-${PV} Signed-off-by: Dongxiao Xu --- meta/packages/alsa/alsa-utils/ncursesfix.patch | 33 -------------------------- 1 file changed, 33 deletions(-) delete mode 100644 meta/packages/alsa/alsa-utils/ncursesfix.patch (limited to 'meta/packages/alsa/alsa-utils') diff --git a/meta/packages/alsa/alsa-utils/ncursesfix.patch b/meta/packages/alsa/alsa-utils/ncursesfix.patch deleted file mode 100644 index fa1b13826..000000000 --- a/meta/packages/alsa/alsa-utils/ncursesfix.patch +++ /dev/null @@ -1,33 +0,0 @@ -Index: alsa-utils-1.0.20/configure.in -=================================================================== ---- alsa-utils-1.0.20.orig/configure.in 2009-05-23 23:37:02.000000000 +0100 -+++ alsa-utils-1.0.20/configure.in 2009-05-23 23:37:24.000000000 +0100 -@@ -106,28 +106,12 @@ - curseslib="$withval", - curseslib="auto") - if test "$curseslib" = "ncursesw"; then -- AC_CHECK_PROG([ncursesw5_config], [ncursesw5-config], [yes]) -- if test "$ncursesw5_config" = "yes"; then -- CURSESINC="" -- CURSESLIB=`ncursesw5-config --libs` -- CURSES_CFLAGS=`ncursesw5-config --cflags` -- curseslib="ncursesw" -- else - AC_CHECK_LIB(ncursesw, initscr, - [ CURSESINC=''; CURSESLIB='-lncursesw'; curseslib="ncursesw"]) -- 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` -- 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