diff options
author | Koen Kooi <koen@dominion.thruhere.net> | 2011-06-22 10:42:56 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-06-22 16:57:33 +0100 |
commit | 9cea847d7dfb9a07446d9e692009b2a23207d0be (patch) | |
tree | d9e4c4e1501d0e6c31061ffe81b1c1648caeefab /meta/recipes-multimedia | |
parent | 5fbb1b77d094776c587ad66d367271c0c553a889 (diff) | |
download | poky-9cea847d7dfb9a07446d9e692009b2a23207d0be.tar.gz |
alsa-utils 1.0.24.2: fix packaging
Put the rules and scripts associated with alsactl in the alsactl subpackage
(From OE-Core rev: 0b0a46483f151118c76acf2d60f117b10d4aa343)
Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
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.24.2.bb | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb index 4cb31a9547..52a7871436 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.24.2.bb | |||
@@ -6,7 +6,7 @@ LICENSE = "GPLv2+" | |||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=393a5ca445f6965873eca0259a17f833 \ |
7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" | 7 | file://alsactl/utils.c;beginline=1;endline=20;md5=fe9526b055e246b5558809a5ae25c0b9" |
8 | DEPENDS = "alsa-lib ncurses" | 8 | DEPENDS = "alsa-lib ncurses" |
9 | PR = "r0" | 9 | PR = "r1" |
10 | 10 | ||
11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 11 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
12 | file://ncursesfix.patch \ | 12 | file://ncursesfix.patch \ |
@@ -26,7 +26,7 @@ EXTRA_OECONF_append_libc-uclibc = " --disable-nls" | |||
26 | inherit autotools gettext | 26 | inherit autotools gettext |
27 | 27 | ||
28 | # This are all packages that we need to make. Also, the now empty alsa-utils | 28 | # This are all packages that we need to make. Also, the now empty alsa-utils |
29 | # ipk depend on them. | 29 | # ipk depends on them. |
30 | 30 | ||
31 | PACKAGES += "\ | 31 | PACKAGES += "\ |
32 | alsa-utils-alsamixer \ | 32 | alsa-utils-alsamixer \ |
@@ -39,7 +39,10 @@ PACKAGES += "\ | |||
39 | alsa-utils-aseqnet \ | 39 | alsa-utils-aseqnet \ |
40 | alsa-utils-aseqdump \ | 40 | alsa-utils-aseqdump \ |
41 | alsa-utils-alsaconf \ | 41 | alsa-utils-alsaconf \ |
42 | alsa-utils-alsactl " | 42 | alsa-utils-alsactl \ |
43 | alsa-utils-alsaloop \ | ||
44 | alsa-utils-alsaucm \ | ||
45 | " | ||
43 | 46 | ||
44 | # We omit alsaconf, because | 47 | # We omit alsaconf, because |
45 | # a) this is a bash script | 48 | # a) this is a bash script |
@@ -54,9 +57,12 @@ FILES_alsa-utils-midi = "${bindir}/aplaymidi ${bindir}/arecordmidi ${bind | |||
54 | FILES_alsa-utils-aconnect = "${bindir}/aconnect" | 57 | FILES_alsa-utils-aconnect = "${bindir}/aconnect" |
55 | FILES_alsa-utils-aseqnet = "${bindir}/aseqnet" | 58 | FILES_alsa-utils-aseqnet = "${bindir}/aseqnet" |
56 | FILES_alsa-utils-iecset = "${bindir}/iecset" | 59 | FILES_alsa-utils-iecset = "${bindir}/iecset" |
57 | FILES_alsa-utils-alsactl = "${sbindir}/alsactl" | 60 | FILES_alsa-utils-alsactl = "${sbindir}/alsactl ${base_libdir}/udev/rules.d ${base_libdir}/systemd" |
58 | FILES_alsa-utils-aseqdump = "${bindir}/aseqdump" | 61 | FILES_alsa-utils-aseqdump = "${bindir}/aseqdump" |
59 | FILES_alsa-utils-alsaconf = "${sbindir}/alsaconf" | 62 | FILES_alsa-utils-alsaconf = "${sbindir}/alsaconf" |
63 | FILES_alsa-utils-alsaloop = "${bindir}/alsaloop" | ||
64 | FILES_alsa-utils-alsaucm = "${bindir}/alsaucm" | ||
65 | |||
60 | 66 | ||
61 | DESCRIPTION_alsa-utils-aplay = "play (and record) sound files via ALSA" | 67 | DESCRIPTION_alsa-utils-aplay = "play (and record) sound files via ALSA" |
62 | DESCRIPTION_alsa-utils-amixer = "command-line based control for ALSA mixer and settings" | 68 | DESCRIPTION_alsa-utils-amixer = "command-line based control for ALSA mixer and settings" |
@@ -67,5 +73,6 @@ DESCRIPTION_alsa-utils-aconnect = "ALSA sequencer connection manager" | |||
67 | DESCRIPTION_alsa-utils-aseqnet = "network client/server on ALSA sequencer" | 73 | DESCRIPTION_alsa-utils-aseqnet = "network client/server on ALSA sequencer" |
68 | DESCRIPTION_alsa-utils-alsactl = "saves/restores ALSA-settings in /etc/asound.state" | 74 | DESCRIPTION_alsa-utils-alsactl = "saves/restores ALSA-settings in /etc/asound.state" |
69 | DESCRIPTION_alsa-utils-alsaconf = "a bash script that creates ALSA configuration files" | 75 | DESCRIPTION_alsa-utils-alsaconf = "a bash script that creates ALSA configuration files" |
76 | DESCRIPTION_alsa-utils-alsaucm = "ALSA Use Case Manager" | ||
70 | 77 | ||
71 | ALLOW_EMPTY_alsa-utils = "1" | 78 | ALLOW_EMPTY_alsa-utils = "1" |