diff options
-rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_7.1.1.bb (renamed from meta-oe/recipes-extended/libcec/libcec_7.0.0.bb) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb b/meta-oe/recipes-extended/libcec/libcec_7.1.1.bb index 2def38d73f..9d0015534b 100644 --- a/meta-oe/recipes-extended/libcec/libcec_7.0.0.bb +++ b/meta-oe/recipes-extended/libcec/libcec_7.1.1.bb | |||
@@ -9,8 +9,8 @@ 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 | SRCREV = "ceeec8bfd2242792b6de59ce8fb854437208dc11" | 12 | SRCREV = "3519af0715e654c43382423d843ad658f2e01cb4" |
13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https \ | 13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https;tag=${BPN}-${PV} \ |
14 | file://0001-Enhance-reproducibility.patch \ | 14 | file://0001-Enhance-reproducibility.patch \ |
15 | " | 15 | " |
16 | 16 | ||