diff options
Diffstat (limited to 'meta-oe/recipes-extended/libcec/libcec_6.0.2.bb')
-rw-r--r-- | meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb index 1e2033882..eabe1d476 100644 --- a/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb +++ b/meta-oe/recipes-extended/libcec/libcec_6.0.2.bb | |||
@@ -10,7 +10,7 @@ DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', ' | |||
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 = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" | 12 | SRCREV = "29d82c80bcc62be2878a9ac080de7eb286c4beb9" |
13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release \ | 13 | SRC_URI = "git://github.com/Pulse-Eight/libcec.git;branch=release;protocol=https \ |
14 | file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ | 14 | file://0001-CheckPlatformSupport.cmake-Do-not-hardcode-lib-path.patch \ |
15 | file://0001-Enhance-reproducibility.patch \ | 15 | file://0001-Enhance-reproducibility.patch \ |
16 | file://0001-Remove-buggy-test-confusing-host-and-target.patch \ | 16 | file://0001-Remove-buggy-test-confusing-host-and-target.patch \ |