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>2016-10-18 23:06:52 +0300
committerPeter Korsgaard <peter@korsgaard.com>2016-10-18 22:21:03 +0200
commit4614229fda7f32da52bea4e400e452be343682c1 (patch)
tree79fc894af0d1247bee37bf106b68f7eb6d654b39 /package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch
parentef99f585803bcbde838d2b65389833fd2b2b8b2c (diff)
downloadbuildroot-4614229fda7f32da52bea4e400e452be343682c1.tar.gz
buildroot-4614229fda7f32da52bea4e400e452be343682c1.zip
lirc-tools: bump to version 0.9.4b
Drop upstream patches. Renumber the rest. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Peter Korsgaard <peter@korsgaard.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, 28 insertions, 0 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
new file mode 100644
index 0000000000..070aab941c
--- /dev/null
+++ b/package/lirc-tools/0001-tools-make_rel_symlink.py-can-also-use-python2.patch
@@ -0,0 +1,28 @@
+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