mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
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 <dongxiao.xu@intel.com>
This commit is contained in:
committed by
Richard Purdie
parent
74221a4987
commit
7f1d42b044
+17
-8
@@ -1,27 +1,36 @@
|
|||||||
Index: alsa-utils-1.0.20/configure.in
|
# alsa-utils: Fix ncurses build failures
|
||||||
===================================================================
|
# Richard Purdie <rpurdie@linux.intel.com>
|
||||||
--- alsa-utils-1.0.20.orig/configure.in 2009-05-23 23:37:02.000000000 +0100
|
# Rebased to 1.0.23, Dongxiao Xu <dongxiao.xu@intel.com>
|
||||||
+++ alsa-utils-1.0.20/configure.in 2009-05-23 23:37:24.000000000 +0100
|
|
||||||
@@ -106,28 +106,12 @@
|
diff -ruN alsa-utils-1.0.23-orig/configure.in alsa-utils-1.0.23/configure.in
|
||||||
curseslib="$withval",
|
--- alsa-utils-1.0.23-orig/configure.in 2010-04-16 19:19:12.000000000 +0800
|
||||||
curseslib="auto")
|
+++ alsa-utils-1.0.23/configure.in 2010-06-22 15:22:06.731202478 +0800
|
||||||
if test "$curseslib" = "ncursesw"; then
|
@@ -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])
|
- AC_CHECK_PROG([ncursesw5_config], [ncursesw5-config], [yes])
|
||||||
- if test "$ncursesw5_config" = "yes"; then
|
- if test "$ncursesw5_config" = "yes"; then
|
||||||
- CURSESINC="<ncurses.h>"
|
- CURSESINC="<ncurses.h>"
|
||||||
- CURSESLIB=`ncursesw5-config --libs`
|
- CURSESLIB=`ncursesw5-config --libs`
|
||||||
|
- CURSESLIBDIR=`ncursesw5-config --libdir`
|
||||||
- CURSES_CFLAGS=`ncursesw5-config --cflags`
|
- CURSES_CFLAGS=`ncursesw5-config --cflags`
|
||||||
- curseslib="ncursesw"
|
- curseslib="ncursesw"
|
||||||
- else
|
- else
|
||||||
AC_CHECK_LIB(ncursesw, initscr,
|
AC_CHECK_LIB(ncursesw, initscr,
|
||||||
[ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
|
[ CURSESINC='<ncurses.h>'; CURSESLIB='-lncursesw'; curseslib="ncursesw"])
|
||||||
- fi
|
- fi
|
||||||
|
if test -n "$CURSESINC"; then
|
||||||
|
NCURSESLIBSUFFIX="w"
|
||||||
|
CURSES_NLS="yes"
|
||||||
|
fi
|
||||||
fi
|
fi
|
||||||
if test "$curseslib" = "ncurses" -o "$curseslib" = "auto"; then
|
if test "$curseslib" = "ncurses" -o "$curseslib" = "auto"; then
|
||||||
- AC_CHECK_PROG([ncurses5_config], [ncurses5-config], [yes])
|
- AC_CHECK_PROG([ncurses5_config], [ncurses5-config], [yes])
|
||||||
- if test "$ncurses5_config" = "yes"; then
|
- if test "$ncurses5_config" = "yes"; then
|
||||||
- CURSESINC="<ncurses.h>"
|
- CURSESINC="<ncurses.h>"
|
||||||
- CURSESLIB=`ncurses5-config --libs`
|
- CURSESLIB=`ncurses5-config --libs`
|
||||||
|
- CURSESLIBDIR=`ncurses5-config --libdir`
|
||||||
- CURSES_CFLAGS=`ncurses5-config --cflags`
|
- CURSES_CFLAGS=`ncurses5-config --cflags`
|
||||||
- curseslib="ncurses"
|
- curseslib="ncurses"
|
||||||
- else
|
- else
|
||||||
@@ -3,7 +3,7 @@ HOMEPAGE = "http://www.alsa-project.org"
|
|||||||
SECTION = "console/utils"
|
SECTION = "console/utils"
|
||||||
LICENSE = "GPL"
|
LICENSE = "GPL"
|
||||||
DEPENDS = "alsa-lib ncurses gettext"
|
DEPENDS = "alsa-lib ncurses gettext"
|
||||||
PR = "r1"
|
PR = "r0"
|
||||||
|
|
||||||
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
|
SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \
|
||||||
file://ncursesfix.patch;patch=1 "
|
file://ncursesfix.patch;patch=1 "
|
||||||
Reference in New Issue
Block a user