diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2017-01-04 18:55:54 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-23 12:05:21 +0000 |
commit | 0af7715cbb0d5814d07562bb75e9a57d330ed97e (patch) | |
tree | d6d0af720cf7048c575d875e8eecfae979ff030a /meta/recipes-multimedia/alsa | |
parent | 1f663369fff5cf1fdef3432a41dd53c89792af52 (diff) | |
download | poky-0af7715cbb0d5814d07562bb75e9a57d330ed97e.tar.gz |
alsa-utils(-scripts): fix compile on build machines with python-docutils installed
(From OE-Core rev: dca468b5977b9c2cb2268c32c92e8c41c586f172)
Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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.3.bb | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/meta/recipes-multimedia/alsa/alsa-utils_1.1.3.bb b/meta/recipes-multimedia/alsa/alsa-utils_1.1.3.bb index 07c25c477e..e6dd5b0a87 100644 --- a/meta/recipes-multimedia/alsa/alsa-utils_1.1.3.bb +++ b/meta/recipes-multimedia/alsa/alsa-utils_1.1.3.bb | |||
@@ -26,6 +26,12 @@ SRC_URI = "ftp://ftp.alsa-project.org/pub/utils/alsa-utils-${PV}.tar.bz2 \ | |||
26 | SRC_URI[md5sum] = "2bf94d3e3410dcc74bb0dae10d46a979" | 26 | SRC_URI[md5sum] = "2bf94d3e3410dcc74bb0dae10d46a979" |
27 | SRC_URI[sha256sum] = "127217a54eea0f9a49700a2f239a2d4f5384aa094d68df04a8eb80132eb6167c" | 27 | SRC_URI[sha256sum] = "127217a54eea0f9a49700a2f239a2d4f5384aa094d68df04a8eb80132eb6167c" |
28 | 28 | ||
29 | # On build machines with python-docutils (not python3-docutils !!) installed | ||
30 | # rst2man (not rst2man.py) is detected and compile fails with | ||
31 | # | make[1]: *** No rule to make target 'alsaucm.1', needed by 'all-am'. Stop. | ||
32 | # Avoid this by disabling expicitly | ||
33 | EXTRA_OECONF = "--disable-rst2man" | ||
34 | |||
29 | # lazy hack. needs proper fixing in gettext.m4, see | 35 | # lazy hack. needs proper fixing in gettext.m4, see |
30 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 | 36 | # http://bugs.openembedded.org/show_bug.cgi?id=2348 |
31 | # please close bug and remove this comment when properly fixed | 37 | # please close bug and remove this comment when properly fixed |