alsa-utils: upgrade to 1.0.26
authorCristian Iorga <cristian.iorga@intel.com>
Mon, 21 Jan 2013 09:19:59 +0000 (11:19 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 28 Jan 2013 12:29:30 +0000 (12:29 +0000)
ncursesfix.patch is no longer necessary,
build system fixed upstream.
ncursesfix.patch removed.

(From OE-Core rev: 1dccd16e29186e7baad6ebcf189b7ea2463c2275)

Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-multimedia/alsa/alsa-utils-1.0.25/ncursesfix.patch [deleted file]
meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch [moved from meta/recipes-multimedia/alsa/alsa-utils-1.0.25/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch with 100% similarity]
meta/recipes-multimedia/alsa/alsa-utils/obsolete_automake_macros.patch [moved from meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch with 100% similarity]
meta/recipes-multimedia/alsa/alsa-utils/uclibc-exp10-replacement.patch [moved from meta/recipes-multimedia/alsa/alsa-utils-1.0.25/uclibc-exp10-replacement.patch with 100% similarity]
meta/recipes-multimedia/alsa/alsa-utils_1.0.26.bb [moved from meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb with 95% similarity]

diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/ncursesfix.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/ncursesfix.patch
deleted file mode 100644 (file)
index 9936ded..0000000
+++ /dev/null
@@ -1,44 +0,0 @@
-Rebase the patch to fit 1.0.24.2
-
-Upstream-Status: Inappropriate [configuration]
-
-Signed-off-by: Dongxiao Xu <dongxiao.xu@intel.com>
-
-diff -ruN alsa-utils-1.0.24.2-orig//configure.in alsa-utils-1.0.24.2/configure.in
---- alsa-utils-1.0.24.2-orig//configure.in     2011-04-13 13:51:20.337665010 +0800
-+++ alsa-utils-1.0.24.2/configure.in   2011-04-13 13:51:54.437664986 +0800
-@@ -127,34 +127,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="<ncurses.h>"
--      CURSESLIB=`ncursesw5-config --libs`
--      CURSESLIBDIR=`ncursesw5-config --libdir`
--      CURSES_CFLAGS=`ncursesw5-config --cflags`
--      curseslib="ncursesw"
--    else
-       AC_CHECK_LIB(ncursesw, initscr,
-                  [ CURSESINC='<ncurses.h>'; 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="<ncurses.h>"
--      CURSESLIB=`ncurses5-config --libs`
--      CURSESLIBDIR=`ncurses5-config --libdir`
--      CURSES_CFLAGS=`ncurses5-config --cflags`
--      curseslib="ncurses"
--    else
-       AC_CHECK_LIB(ncurses, initscr,
-                  [ CURSESINC='<ncurses.h>'; CURSESLIB='-lncurses'; curseslib="ncurses"])
--    fi
-   fi
-   if test "$curseslib" = "curses" -o "$curseslib" = "auto"; then
-     AC_CHECK_LIB(curses, initscr,
@@ -6,17 +6,16 @@ LICENSE = "GPLv2+"
 LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \
                     file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9"
 DEPENDS = "alsa-lib ncurses libsamplerate0"
-PR = "r4"
+PR = "r0"
 
 SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
-           file://ncursesfix.patch \
            file://uclibc-exp10-replacement.patch \
            file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \
            file://obsolete_automake_macros.patch \
           "
 
-SRC_URI[md5sum] = "f81f9dcb9a014fd32cb3a70066a5b9a9"
-SRC_URI[sha256sum] = "2e676a2f634bbfe279b260e10a96f617cb72ee63c5bbf6c5f96bb615705b302c"
+SRC_URI[md5sum] = "4dcf1017fafc91603af96705c073eca9"
+SRC_URI[sha256sum] = "f85f2a3aa6e78475bbe35b0cad3a8cabb99f45ebc5f37962f2137b8df8b081e7"
 
 # lazy hack. needs proper fixing in gettext.m4, see
 # http://bugs.openembedded.org/show_bug.cgi?id=2348