diff options
author | Kang Kai <kai.kang@windriver.com> | 2012-03-14 17:03:40 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-03-14 13:17:43 +0000 |
commit | f7c743040e8469d6727d4ea4b3d29fd7c8db48f5 (patch) | |
tree | eee8b2bb50858e7fa4d3b191c9f79a90372ca2b6 /meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2 | |
parent | 1a467d8d8c28b444873d8ee39a5a2f753fd0c2af (diff) | |
download | poky-f7c743040e8469d6727d4ea4b3d29fd7c8db48f5.tar.gz |
alsa-utils: update to 1.0.25
Update to version 1.0.25, and update patch
0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
because rejected when apply it.
(From OE-Core rev: 23694c3dd5ce3c997f616804e7b01a784c46ff0b)
Signed-off-by: Kang Kai <kai.kang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch index 55e180aa0c..1690ca566c 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch +++ b/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch | |||
@@ -24,8 +24,8 @@ index 5cfc415..c3768c4 100644 | |||
24 | endif | 24 | endif |
25 | 25 | ||
26 | edit = \ | 26 | edit = \ |
27 | - sed $(SED) -r 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@ | 27 | - $(SED) -r 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@ |
28 | + sed $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@ | 28 | + $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@ |
29 | 29 | ||
30 | alsa-store.service: alsa-store.service.in | 30 | alsa-store.service: alsa-store.service.in |
31 | $(edit) | 31 | $(edit) |