From e42a827ea1511ff11b91f9957603ab7a01f24c61 Mon Sep 17 00:00:00 2001 From: Baruch Siach Date: Sat, 24 Jun 2017 23:56:01 +0300 Subject: lirc-tools: bump to version 0.9.4d Drop 0001-tools-make_rel_symlink.py-can-also-use-python2.patch. Build requires host-python3 since the previous version bump. Drop upstream 0002-lircd-Remove-use-of-functions-killed-in-kernel-4.8.0.patch. Add a patch fixing header guard macro collision with musl libc. Set HAVE_WORKING_POLL to skip poll(2) run test that is not compatible with cross compilation. Add optional dependency on libftdi1. Cc: Rhys Williams Signed-off-by: Baruch Siach Signed-off-by: Thomas Petazzoni --- ...-make_rel_symlink.py-can-also-use-python2.patch | 28 ---------------------- 1 file changed, 28 deletions(-) delete mode 100644 package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch (limited to 'package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch') diff --git a/package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch b/package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch deleted file mode 100644 index 070aab941c..0000000000 --- a/package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch +++ /dev/null @@ -1,28 +0,0 @@ -From c861eae83bae3116d330efb3c6061e2de4fdcbce Mon Sep 17 00:00:00 2001 -From: Baruch Siach -Date: Sun, 5 Apr 2015 22:26:12 +0300 -Subject: [PATCH] tools: make_rel_symlink.py can also use python2 - -The make_rel_symlink.py script is compatible with both python2 and python3. -Don't hard code a requirement for python3. - -Patch status: sent upstream - -Signed-off-by: Baruch Siach ---- - tools/make_rel_symlink.py | 2 +- - 1 file changed, 1 insertion(+), 1 deletion(-) - -diff --git a/tools/make_rel_symlink.py b/tools/make_rel_symlink.py -index 896637ff93e0..ff0403a0397a 100755 ---- a/tools/make_rel_symlink.py -+++ b/tools/make_rel_symlink.py -@@ -1,4 +1,4 @@ --#!/usr/bin/env python3 -+#!/usr/bin/env python - - import os - import os.path --- -2.1.4 - -- cgit v1.2.3