diff options
author | Cristian Iorga <cristian.iorga@intel.com> | 2014-09-08 12:58:38 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-09-10 11:29:50 +0100 |
commit | 162fa884c02b77517ebb131de314b38cf9a1244f (patch) | |
tree | e38ed8e7660bb6bd46605c6f5645a4ef0f92eda4 /meta/recipes-multimedia | |
parent | 003d16fbd54f59422aab917b8f3bf2aec4ab50b6 (diff) | |
download | openembedded-core-162fa884c02b77517ebb131de314b38cf9a1244f.tar.gz openembedded-core-162fa884c02b77517ebb131de314b38cf9a1244f.tar.bz2 openembedded-core-162fa884c02b77517ebb131de314b38cf9a1244f.zip |
alsa-utils: upgrade to 1.0.28
Changelog:
http://www.alsa-project.org/main/index.php/Changes_v1.0.27.2_v1.0.28
0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch updated.
(From OE-Core rev: 5a3331b7ee8bb565ebb3823fc23123120ccd653d)
Signed-off-by: Cristian Iorga <cristian.iorga@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb index 2d23482c16..d6b24f1f8b 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.28.bb @@ -11,7 +11,7 @@ PACKAGECONFIG ??= "udev" PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev" PACKAGECONFIG[xmlto] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" -SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ +SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/${BP}.tar.bz2 \ file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ " |