diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2016-09-29 16:34:18 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-10-28 16:15:20 +0100 |
commit | f46fa07bb53eedd2999b84f7fc5ff166aa1fcf96 (patch) | |
tree | 73ad08e7685107a574f537e326662297eb8e980f /meta/recipes-multimedia/alsa | |
parent | 8342a25aa54eee1afba6abf8d3a917be09ec2924 (diff) | |
download | poky-f46fa07bb53eedd2999b84f7fc5ff166aa1fcf96.tar.gz |
alsa-utils: enable optional building of manpages
'xmlto' package feature is renamed to 'manpages' for consistency
with other manpage-enabled recipes.
(From OE-Core rev: 9d659a89d6c9b8feb3de0f15af665ac47f230850)
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-multimedia/alsa')
-rw-r--r-- | meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb index a22d999fb0..e1651ae92c 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.1.2.bb | |||
@@ -17,7 +17,7 @@ PACKAGECONFIG ??= "udev" | |||
17 | PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf" | 17 | PACKAGECONFIG[bat] = "--enable-bat,--disable-bat,fftwf" |
18 | 18 | ||
19 | PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev" | 19 | PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev" |
20 | PACKAGECONFIG[xmlto] = "--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 \ | 23 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ |
@@ -32,7 +32,7 @@ SRC_URI[sha256sum] = "7af603c0877d1251599d65b4fbc372e63a54371b888f5c26c6a86ac1d0 | |||
32 | # | 32 | # |
33 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" | 33 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" |
34 | 34 | ||
35 | inherit autotools gettext pkgconfig | 35 | inherit autotools gettext pkgconfig manpages |
36 | 36 | ||
37 | # This are all packages that we need to make. Also, the now empty alsa-utils | 37 | # This are all packages that we need to make. Also, the now empty alsa-utils |
38 | # ipk depends on them. | 38 | # ipk depends on them. |