summaryrefslogtreecommitdiffstats
path: root/package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch
diff options
context:
space:
mode:
authorBaruch Siach <baruch@tkos.co.il>2017-06-24 23:56:01 +0300
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-07-03 00:14:38 +0200
commite42a827ea1511ff11b91f9957603ab7a01f24c61 (patch)
tree4be2504b63b5ca2ef1042a60150adc1136b67275 /package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch
parent0a2576d37ebb4175aea1daf3c14c947df39cdcaa (diff)
downloadbuildroot-e42a827ea1511ff11b91f9957603ab7a01f24c61.tar.gz
buildroot-e42a827ea1511ff11b91f9957603ab7a01f24c61.zip
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 <github@wilberforce.co.nz> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch')
-rw-r--r--package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch28
1 files changed, 0 insertions, 28 deletions
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 <baruch@tkos.co.il>
-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 <baruch@tkos.co.il>
----
- 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
-
OpenPOWER on IntegriCloud