diff options
author | Pascal Bach <pascal.bach@siemens.com> | 2018-10-05 15:41:59 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2018-10-05 14:51:14 -0700 |
commit | bb36a6190bd91e1e4906f2db4fdc5f057229f8bb (patch) | |
tree | 257e5b2208ae0c40179e764080d641b30712bf0c /meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch | |
parent | bbd963f3e4858057ff0c5259cc892dda6bd1c753 (diff) | |
download | meta-openembedded-bb36a6190bd91e1e4906f2db4fdc5f057229f8bb.tar.gz |
libcec: update to 4.0.2
This also removes a warning that /usr/bin/python is not provided by any package.
Further it moves all binaires to a separate package libcec-tools
Signed-off-by: Pascal Bach <pascal.bach@siemens.com>
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, 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 | |||