aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-21 13:33:37 -0800
committerAndreas Oberritter <obi@opendreambox.org>2017-06-26 22:59:19 +0200
commita038192b795057b5aa9984ae9f7ca045a4c6a0b7 (patch)
treea75b083b1f46ee8a7caae1b3c5b162e3254995cd
parentb49a30178a53ce20eba104a8fcd0dba711fcf982 (diff)
downloadmeta-openembedded-contrib-a038192b795057b5aa9984ae9f7ca045a4c6a0b7.tar.gz
libcec: Add missing dep on ncurses
Consider vc4 options on raspberryPi class of devices Signed-off-by: Khem Raj <raj.khem@gmail.com> (cherry picked from commit 67485ec597b99f169bf1e8be958760102a2c3b8f) Signed-off-by: Andreas Oberritter <obi@opendreambox.org>
-rw-r--r--meta-oe/recipes-extended/libcec/libcec_git.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
index 32ab4b907d..0ce7ea1c07 100644
--- a/meta-oe/recipes-extended/libcec/libcec_git.bb
+++ b/meta-oe/recipes-extended/libcec/libcec_git.bb
@@ -4,9 +4,10 @@ HOMEPAGE = "http://libcec.pulse-eight.com/"
LICENSE = "GPLv2+"
LIC_FILES_CHKSUM = "file://COPYING;md5=e61fd86f9c947b430126181da2c6c715"
-DEPENDS = "p8platform udev lockdev"
+DEPENDS = "p8platform udev lockdev ncurses"
DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
+DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
PV = "3.1.0+gitr${SRCPV}"