diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2014-07-09 10:19:29 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-10 17:38:35 +0100 |
commit | 8d7f9e6051d8dbf147e7aeb2ac50ab298ae74ee9 (patch) | |
tree | 20735d7b143cf06edd7f299ef3d05d5704345302 /meta/recipes-multimedia/alsa | |
parent | 4febf20ab87758a5f8174c57a8759dcfd5121b48 (diff) | |
download | poky-8d7f9e6051d8dbf147e7aeb2ac50ab298ae74ee9.tar.gz |
alsa-utils: add PACKAGECONFIG for xmlto
Support xmlto for documentation generation and disable it by default.
[YOCTO #2416]
(From OE-Core rev: 14f4a3e9458b967e74a4a39f6ce9a4672a6302cf)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.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.0.27.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb index 123926a069..d7908cb324 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.0.27.2.bb | |||
@@ -9,6 +9,7 @@ DEPENDS = "alsa-lib ncurses libsamplerate0 udev" | |||
9 | 9 | ||
10 | PACKAGECONFIG ??= "udev" | 10 | PACKAGECONFIG ??= "udev" |
11 | PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev" | 11 | PACKAGECONFIG[udev] = "--with-udev-rules-dir=`pkg-config --variable=udevdir udev`/rules.d,,udev" |
12 | PACKAGECONFIG[xmlto] = "--enable-xmlto, --disable-xmlto, xmlto-native" | ||
12 | 13 | ||
13 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | 14 | SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ |
14 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ | 15 | file://0001-alsactl-don-t-let-systemd-unit-restore-the-volume-wh.patch \ |
@@ -21,7 +22,6 @@ SRC_URI[sha256sum] = "02bfac39092f3b68d743c23ad3d688d6c5aa8df69f2ccd692c5b8282ed | |||
21 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 | 22 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 |
22 | # please close bug and remove this comment when properly fixed | 23 | # please close bug and remove this comment when properly fixed |
23 | # | 24 | # |
24 | EXTRA_OECONF = "--disable-xmlto" | ||
25 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" | 25 | EXTRA_OECONF_append_libc-uclibc = " --disable-nls" |
26 | 26 | ||
27 | inherit autotools-brokensep gettext pkgconfig | 27 | inherit autotools-brokensep gettext pkgconfig |