diff options
Diffstat (limited to 'meta/recipes-multimedia')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.6.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.5.bb) | 0 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch | 56 | ||||
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.1.6.bb (renamed from meta/recipes-multimedia/alsa/alsa-utils_1.1.5.bb) | 7 |
3 files changed, 3 insertions, 60 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.5.bb b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.6.bb index fef79d9c9c..fef79d9c9c 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.5.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils-scripts_1.1.6.bb | |||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch b/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch deleted file mode 100644 index 907ca5ce0e..0000000000 --- a/meta/recipes-multimedia/alsa/alsa-utils/0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch +++ /dev/null | |||
@@ -1,56 +0,0 @@ | |||
1 | From b9d41b784657152a4c5683a9458dffab557f0689 Mon Sep 17 00:00:00 2001 | ||
2 | From: Koen Kooi <koen@dominion.thruhere.net> | ||
3 | Date: Fri, 29 Aug 2014 18:58:56 +0300 | ||
4 | Subject: [PATCH] alsactl: don't let systemd unit restore the volume when | ||
5 | asound.state is missing | ||
6 | |||
7 | This avoids an error on bootup | ||
8 | |||
9 | Filed as https://bugtrack.alsa-project.org/alsa-bug/view.php?id=5459 | ||
10 | |||
11 | Upstream-Status: Pending | ||
12 | |||
13 | Signed-off-by: Koen Kooi <koen@dominion.thruhere.net> | ||
14 | Signed-off-by: Cristian Iorga <cristian.iorga@intel.com> | ||
15 | |||
16 | Rebased on 1.1.0. | ||
17 | |||
18 | Signed-off-by: Tanu Kaskinen <tanuk@iki.fi> | ||
19 | --- | ||
20 | alsactl/Makefile.am | 7 ++++--- | ||
21 | alsactl/alsa-restore.service.in | 1 + | ||
22 | 2 files changed, 5 insertions(+), 3 deletions(-) | ||
23 | |||
24 | diff --git a/alsactl/Makefile.am b/alsactl/Makefile.am | ||
25 | index 90fab9d..190525a 100644 | ||
26 | --- a/alsactl/Makefile.am | ||
27 | +++ b/alsactl/Makefile.am | ||
28 | @@ -38,9 +38,10 @@ install-data-hook: | ||
29 | endif | ||
30 | |||
31 | edit = \ | ||
32 | - $(SED) -r -e 's,@sbindir\@,$(sbindir),g' \ | ||
33 | - -e 's,@mydatadir\@,$(mydatadir),g' \ | ||
34 | - -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \ | ||
35 | + $(SED) -e 's,@localstatedir\@,$(localstatedir),g' \ | ||
36 | + -e 's,@sbindir\@,$(sbindir),g' \ | ||
37 | + -e 's,@mydatadir\@,$(mydatadir),g' \ | ||
38 | + -e 's,@daemonswitch\@,$(ALSACTL_DAEMONSWITCH),g' \ | ||
39 | < $< > $@ || rm $@ | ||
40 | |||
41 | alsa-state.service: alsa-state.service.in | ||
42 | diff --git a/alsactl/alsa-restore.service.in b/alsactl/alsa-restore.service.in | ||
43 | index 80fd5fd..6beb36d 100644 | ||
44 | --- a/alsactl/alsa-restore.service.in | ||
45 | +++ b/alsactl/alsa-restore.service.in | ||
46 | @@ -7,6 +7,7 @@ | ||
47 | Description=Save/Restore Sound Card State | ||
48 | ConditionPathExists=!@daemonswitch@ | ||
49 | ConditionPathExistsGlob=/dev/snd/control* | ||
50 | +ConditionPathExists=@localstatedir@/lib/alsa/asound.state | ||
51 | |||
52 | [Service] | ||
53 | Type=oneshot | ||
54 | -- | ||
55 | 2.14.2 | ||
56 | |||
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.5.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.6.bb index 33215bf159..b8ba0cb22a 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.5.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.1.6.bb | |||
@@ -4,7 +4,7 @@ BUGTRACKER = "http://alsa-project.org/main/index.php/Bug_Tracking" | |||
4 | SECTION = "console/utils" | 4 | SECTION = "console/utils" |
5 | LICENSE = "GPLv2+" | 5 | LICENSE = "GPLv2+" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=59530bdf33659b29e73d4adb9f9f6552 \ |
7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" | 7 | file://alsactl/utils.c;beginline=1;endline=20;md5=2ce7f7b6739487fb72c689d46521f958" |
8 | DEPENDS = "alsa-lib ncurses libsamplerate0" | 8 | DEPENDS = "alsa-lib ncurses libsamplerate0" |
9 | 9 | ||
10 | PACKAGECONFIG ??= "udev" | 10 | PACKAGECONFIG ??= "udev" |
@@ -20,11 +20,10 @@ PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev | |||
20 | PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" | 20 | PACKAGECONFIG[manpages] = "--enable-xmlto, --disable-xmlto, xmlto-native docbook-xml-dtd4-native docbook-xsl-stylesheets-native" |
21 | 21 | ||
22 | 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 \ |
23 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ | ||
24 | " | 23 | " |
25 | 24 | ||
26 | SRC_URI[md5sum] = "dfe6ea147a5e07a056919591c2f5dac3" | 25 | SRC_URI[md5sum] = "50ae75567459646b843bed78d916b002" |
27 | SRC_URI[sha256sum] = "320bd285e91db6e7fd7db3c9ec6f55b02f35449ff273c7844780ac6a5a3de2e8" | 26 | SRC_URI[sha256sum] = "155caecc40b2220f686f34ba3655a53e3bdbc0586adb1056733949feaaf7d36e" |
28 | 27 | ||
29 | # On build machines with python-docutils (not python3-docutils !!) installed | 28 | # On build machines with python-docutils (not python3-docutils !!) installed |
30 | # rst2man (not rst2man.py) is detected and compile fails with | 29 | # rst2man (not rst2man.py) is detected and compile fails with |