diff options
author | Tanu Kaskinen <tanuk@iki.fi> | 2016-06-06 19:55:57 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-06-07 15:22:37 +0100 |
commit | 4c63497c6cd11ee4c62478ca51a258b60dc628bd (patch) | |
tree | d0ae489c0bb7d9d5d1eef4f97c32cad08d21290b | |
parent | c883f4c152a7e49e379234006ea3cd4bcef00d03 (diff) | |
download | poky-4c63497c6cd11ee4c62478ca51a258b60dc628bd.tar.gz |
alsa-utils: 1.1.0 -> 1.1.1
Changelog:
http://alsa-project.org/main/index.php/Changes_v1.1.0_v1.1.1
alsabat has now a "standalone" mode, in which analysis with libfftw is
not needed. Therefore, it's now possible to enable alsabat without
fftw. However, there's no way to explicitly tell the configure script
to enable alsabat, but disable fftw. Without support for explicit
request to disable fftw, fftw would become a floating dependency,
which is why the recipe still only supports the "disable alsabat" and
"enable alsabat with fftw" options.
Dropped 0001-alsabat-rename-to-avoid-naming-conflict.patch (it's
included in the new release).
(From OE-Core rev: f54d2d640b0169d9d3f55fd6eeed1c09e849223b)
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.1.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.0.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb) | 12 |
2 files changed, 9 insertions, 3 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.0.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb index a98f9b90ba..a98f9b90ba 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.0.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.1.bb | |||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb index 62b1686dd8..08c4646e34 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.0.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.1.1.bb | |||
@@ -8,17 +8,23 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | |||
8 | DEPENDS = "alsa-lib ncurses libsamplerate0" | 8 | DEPENDS = "alsa-lib ncurses libsamplerate0" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "udev" | 10 | PACKAGECONFIG ??= "udev" |
11 | |||
12 | # alsabat can be built also without fftw support (with reduced functionality). | ||
13 | # It would be better to always enable alsabat, but provide an option for | ||
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 | ||
16 | # or no alsabat at all. | ||
11 | PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftw" | 17 | PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftw" |
18 | |||
12 | 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" |
13 | 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" |
14 | 21 | ||
15 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 22 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
16 | 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 \ |
17 | file://0001-alsabat-rename-to-avoid-naming-conflict.patch \ | ||
18 | " | 24 | " |
19 | 25 | ||
20 | SRC_URI[md5sum] = "b9d6102fbbd0b68040bb77023ed30c0c" | 26 | SRC_URI[md5sum] = "f8d00ad5fba757b4c3735d066cc288e2" |
21 | SRC_URI[sha256sum] = "3b1c3135b76e14532d3dd23fb15759ddd7daf9ffbc183f7a9a0a3a86374748f1" | 27 | SRC_URI[sha256sum] = "89757c9abaf420831b088fce354d492acc170bd02bb50eb7392c175f594b8041" |
22 | 28 | ||
23 | # lazy hack. needs proper fixing in gettext.m4, see | 29 | # lazy hack. needs proper fixing in gettext.m4, see |
24 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 | 30 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 |