diff options
Diffstat (limited to 'meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch')
| -rw-r--r-- | meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch | 24 | 
1 files changed, 24 insertions, 0 deletions
| diff --git a/meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch b/meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch new file mode 100644 index 0000000000..ec1f5d0d59 --- /dev/null +++ b/meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch | |||
| @@ -0,0 +1,24 @@ | |||
| 1 | From 16e8c072709572ccefa6c7f835136db01f031323 Mon Sep 17 00:00:00 2001 | ||
| 2 | From: Pascal Bach <pascal.bach@siemens.com> | ||
| 3 | Date: Fri, 28 Sep 2018 16:56:14 +0200 | ||
| 4 | Subject: [PATCH] Explicitly use python3 in pyCecClient | ||
| 5 | |||
| 6 | Upstream-Status: Submitted [https://github.com/Pulse-Eight/libcec/pull/433] | ||
| 7 | |||
| 8 | --- | ||
| 9 | src/pyCecClient/pyCecClient.py | 2 +- | ||
| 10 | 1 file changed, 1 insertion(+), 1 deletion(-) | ||
| 11 | |||
| 12 | diff --git a/src/pyCecClient/pyCecClient.py b/src/pyCecClient/pyCecClient.py | ||
| 13 | index 6d47857..d0504ac 100755 | ||
| 14 | --- a/src/pyCecClient/pyCecClient.py | ||
| 15 | +++ b/src/pyCecClient/pyCecClient.py | ||
| 16 | @@ -1,4 +1,4 @@ | ||
| 17 | -#! /usr/bin/python | ||
| 18 | +#! /usr/bin/python3 | ||
| 19 | ## demo of the python-libcec API | ||
| 20 | |||
| 21 | # This file is part of the libCEC(R) library. | ||
| 22 | -- | ||
| 23 | 2.11.0 | ||
| 24 | |||
