mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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>
This commit is contained in:
parent
61e306ad71
commit
3a03334884
|
|
@ -1,24 +0,0 @@
|
|||
From 16e8c072709572ccefa6c7f835136db01f031323 Mon Sep 17 00:00:00 2001
|
||||
From: Pascal Bach <pascal.bach@siemens.com>
|
||||
Date: Fri, 28 Sep 2018 16:56:14 +0200
|
||||
Subject: [PATCH] Explicitly use python3 in pyCecClient
|
||||
|
||||
Upstream-Status: Submitted [https://github.com/Pulse-Eight/libcec/pull/433]
|
||||
|
||||
---
|
||||
src/pyCecClient/pyCecClient.py | 2 +-
|
||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
||||
|
||||
diff --git a/src/pyCecClient/pyCecClient.py b/src/pyCecClient/pyCecClient.py
|
||||
index 6d47857..d0504ac 100755
|
||||
--- a/src/pyCecClient/pyCecClient.py
|
||||
+++ b/src/pyCecClient/pyCecClient.py
|
||||
@@ -1,4 +1,4 @@
|
||||
-#! /usr/bin/python
|
||||
+#! /usr/bin/python3
|
||||
## demo of the python-libcec API
|
||||
|
||||
# This file is part of the libCEC(R) library.
|
||||
--
|
||||
2.11.0
|
||||
|
||||
|
|
@ -9,11 +9,11 @@ DEPENDS = "p8platform udev ncurses swig-native python3"
|
|||
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
|
||||
DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
|
||||
|
||||
PV = "4.0.2+gitr${SRCPV}"
|
||||
PV = "4.0.4"
|
||||
|
||||
SRCREV = "0a97062dd4b196ceeb003ec41841c7a7edc36dd1"
|
||||
SRCREV = "3bbd4321618503d14008387a72fabb6743878831"
|
||||
SRC_URI = "git://github.com/Pulse-Eight/libcec.git \
|
||||
file://0001-Explicitly-use-python3-in-pyCecClient.patch"
|
||||
"
|
||||
|
||||
S = "${WORKDIR}/git"
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user