From f751b193a49dd97d643b9010e4596fab73a2ecd6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Mon, 17 Oct 2016 22:40:31 +0200 Subject: [PATCH] LIRC: Disable YAML python module autodetection MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It's not used by LibreELEC and it trigger a build failure on recent GNU/Linux distribution like Fedora 24. Signed-off-by: Jérôme Benoit --- .../patches/lirc-0007-disable-python-yaml-mod.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 packages/sysutils/lirc/patches/lirc-0007-disable-python-yaml-mod.patch diff --git a/packages/sysutils/lirc/patches/lirc-0007-disable-python-yaml-mod.patch b/packages/sysutils/lirc/patches/lirc-0007-disable-python-yaml-mod.patch new file mode 100644 index 0000000000..f8471424df --- /dev/null +++ b/packages/sysutils/lirc/patches/lirc-0007-disable-python-yaml-mod.patch @@ -0,0 +1,11 @@ +--- a/configure.ac.orig 2016-10-17 22:23:59.484494213 +0200 ++++ b/configure.ac 2016-10-17 22:25:08.045520993 +0200 +@@ -76,7 +76,7 @@ + fi + fi + AX_PYTHON_MODULE([yaml]) +-AM_CONDITIONAL([HAVE_PYMOD_YAML], test $HAVE_PYMOD_YAML = "yes") ++AM_CONDITIONAL([HAVE_PYMOD_YAML], false) + forkpty="" + AC_CHECK_FUNCS(forkpty) + if test "$ac_cv_func_forkpty" != yes; then