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 | |
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>
-rw-r--r-- | meta-oe/recipes-extended/libcec/files/0001-Explicitly-use-python3-in-pyCecClient.patch | 24 | ||||
-rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_git.bb | 6 |
2 files changed, 3 insertions, 27 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 ec1f5d0d5..000000000 --- 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 | |||
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb index 4ad49971a..26664255d 100644 --- a/meta-oe/recipes-extended/libcec/libcec_git.bb +++ b/meta-oe/recipes-extended/libcec/libcec_git.bb | |||
@@ -9,11 +9,11 @@ DEPENDS = "p8platform udev ncurses swig-native python3" | |||
9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" | 9 | DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" |
10 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" | 10 | DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}" |
11 | 11 | ||
12 | PV = "4.0.2+gitr${SRCPV}" | 12 | PV = "4.0.4" |
13 | 13 | ||
14 | SRCREV = "0a97062dd4b196ceeb003ec41841c7a7edc36dd1" | 14 | SRCREV = "3bbd4321618503d14008387a72fabb6743878831" |
15 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git \ | 15 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git \ |
16 | file://0001-Explicitly-use-python3-in-pyCecClient.patch" | 16 | " |
17 | 17 | ||
18 | S = "${WORKDIR}/git" | 18 | S = "${WORKDIR}/git" |
19 | 19 | ||