diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-05-10 14:55:01 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-05-10 09:19:22 -0700 |
commit | 3a0333488450ca3c43cc6efe8296b31571f3acc9 (patch) | |
tree | cba1d10a963448d8ad57c2bcea21a6004cf49d33 /meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch | |
parent | 61e306ad71397bcde9c1cf291e5b1fe89dd2870a (diff) | |
download | meta-openembedded-3a0333488450ca3c43cc6efe8296b31571f3acc9.tar.gz |
libcec: Upgrade 4.0.2 -> 4.0.4
Remove patch applied upstream.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
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, 0 insertions, 24 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 deleted file mode 100644 index ec1f5d0d59..0000000000 --- a/meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch +++ /dev/null | |||
@@ -1,24 +0,0 @@ | |||
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 | |||