diff options
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch | 15 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb | 3 |
2 files changed, 17 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch new file mode 100644 index 0000000000..1a20b48fd4 --- /dev/null +++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.25/obsolete_automake_macros.patch | |||
| @@ -0,0 +1,15 @@ | |||
| 1 | Upstream-Status: Submitted [alsa-devel@alsa-project.org] | ||
| 2 | |||
| 3 | Signed-off-by: Marko Lindqvist <cazfi74@gmail.com> | ||
| 4 | diff -Nurd alsa-utils-1.0.25/configure.in alsa-utils-1.0.25/configure.in | ||
| 5 | --- alsa-utils-1.0.25/configure.in 2012-01-25 11:43:48.000000000 +0200 | ||
| 6 | +++ alsa-utils-1.0.25/configure.in 2013-01-12 10:11:51.401498722 +0200 | ||
| 7 | @@ -269,7 +269,7 @@ | ||
| 8 | TESTSOUND="$dir/test.wav") | ||
| 9 | AC_SUBST(TESTSOUND) | ||
| 10 | |||
| 11 | -AM_CONFIG_HEADER(include/aconfig.h) | ||
| 12 | +AC_CONFIG_HEADERS(include/aconfig.h) | ||
| 13 | |||
| 14 | dnl Checks for typedefs, structures, and compiler characteristics. | ||
| 15 | AC_C_CONST | ||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb index a76985c4c2..ab8d845963 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.25.bb | |||
| @@ -6,12 +6,13 @@ LICENSE = "GPLv2+" | |||
| 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
| 7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" | 7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" |
| 8 | DEPENDS = "alsa-lib ncurses libsamplerate0" | 8 | DEPENDS = "alsa-lib ncurses libsamplerate0" |
| 9 | PR = "r3" | 9 | PR = "r4" |
| 10 | 10 | ||
| 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
| 12 | file://ncursesfix.patch \ | 12 | file://ncursesfix.patch \ |
| 13 | file://uclibc-exp10-replacement.patch \ | 13 | file://uclibc-exp10-replacement.patch \ |
| 14 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ | 14 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ |
| 15 | file://obsolete_automake_macros.patch \ | ||
| 15 | " | 16 | " |
| 16 | 17 | ||
| 17 | SRC_URI[md5sum] = "f81f9dcb9a014fd32cb3a70066a5b9a9" | 18 | SRC_URI[md5sum] = "f81f9dcb9a014fd32cb3a70066a5b9a9" |
