diff options
| author | Tanu Kaskinen <tanuk@iki.fi> | 2016-08-17 14:20:30 +0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-08-18 09:27:52 +0100 |
| commit | 180a77c56a3aedc7bb4bd8d7d9508ff72ac947b2 (patch) | |
| tree | 03a91efd91581fb0d02872b899e491ae0a7d5769 | |
| parent | 400e2628f1072a39e897ca02cde6a7a37cbb95e1 (diff) | |
| download | poky-180a77c56a3aedc7bb4bd8d7d9508ff72ac947b2.tar.gz | |
alsa-utils: 1.1.1 -> 1.1.2
Changelog:
http://www.alsa-project.org/main/index.php/Changes_v1.1.1_v1.1.2
The FFT code in alsabat changed from double precision to single
precision floating point numbers, which is why the fftw dependency
changed to fftwf.
(From OE-Core rev: 2b44e468d20a0256fba896562e2e7d1ae593a4c8)
Signed-off-by: Tanu Kaskinen <tanuk@iki.fi>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.2.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb) | 0 | ||||
| -rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb) | 6 |
2 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.2.bb index fef79d9c9c..fef79d9c9c 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.2.bb | |||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb index ddb1644bcf..a22d999fb0 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb | |||
| @@ -14,7 +14,7 @@ PACKAGECONFIG ??= "udev" | |||
| 14 | # enabling/disabling fftw. The configure script doesn't support that, however | 14 | # enabling/disabling fftw. The configure script doesn't support that, however |
| 15 | # (at least in any obvious way), so for now we only support alsabat with fftw | 15 | # (at least in any obvious way), so for now we only support alsabat with fftw |
| 16 | # or no alsabat at all. | 16 | # or no alsabat at all. |
| 17 | PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftw" | 17 | PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf" |
| 18 | 18 | ||
| 19 | PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev" | 19 | PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev" |
| 20 | PACKAGECONFIG[xmlto] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 20 | PACKAGECONFIG[xmlto] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
| @@ -23,8 +23,8 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | |||
| 23 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ | 23 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | SRC_URI[md5sum] = "f8d00ad5fba757b4c3735d066cc288e2" | 26 | SRC_URI[md5sum] = "38ac7c781f80c41c02b4664d8cbafa87" |
| 27 | SRC_URI[sha256sum] = "89757c9abaf420831b088fce354d492acc170bd02bb50eb7392c175f594b8041" | 27 | SRC_URI[sha256sum] = "7af603c0877d1251599d65b4fbc372e63a54371b888f5c26c6a86ac1d0519071" |
| 28 | 28 | ||
| 29 | # lazy hack. needs proper fixing in gettext.m4, see | 29 | # lazy hack. needs proper fixing in gettext.m4, see |
| 30 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 | 30 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 |
