summaryrefslogtreecommitdiff
path: root/meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
diff options
context:
space:
mode:
authorKang Kai <kai.kang@windriver.com>2012-03-14 17:03:40 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-03-14 13:12:43 +0000
commit23694c3dd5ce3c997f616804e7b01a784c46ff0b (patch)
tree52ba306dd0b0303faab46cc770d6f854d91ca4b9 /meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch
parent555bd3102fcd83d728091e074977b5a4228a2b1b (diff)
downloadopenembedded-core-23694c3dd5ce3c997f616804e7b01a784c46ff0b.tar.gz
openembedded-core-23694c3dd5ce3c997f616804e7b01a784c46ff0b.tar.bz2
openembedded-core-23694c3dd5ce3c997f616804e7b01a784c46ff0b.tar.xz
openembedded-core-23694c3dd5ce3c997f616804e7b01a784c46ff0b.zip
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. 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/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch')
-rw-r--r--meta/recipes-multimedia/alsa/alsa-utils-1.0.24.2/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch4
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 55e180aa0..1690ca566 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
endif
edit = \
-- sed $(SED) -r 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
-+ sed $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
+- $(SED) -r 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
++ $(SED) -e 's,@localstatedir\@,$(localstatedir),g' -e 's,@sbindir\@,$(sbindir),g' < $< > $@ || rm $@
alsa-store.service: alsa-store.service.in
$(edit)