[oe-commits] [meta-openembedded] 17/19: libcec: Add missing dep on ncurses

git at git.openembedded.org git at git.openembedded.org
Sat Nov 26 00:10:54 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

commit 67485ec597b99f169bf1e8be958760102a2c3b8f
Author: Khem Raj <raj.khem at gmail.com>
AuthorDate: Mon Nov 21 13:33:37 2016 -0800

    libcec: Add missing dep on ncurses
    
    Consider vc4 options on raspberryPi class of
    devices
    
    Signed-off-by: Khem Raj <raj.khem at gmail.com>
---
 meta-oe/recipes-extended/libcec/libcec_git.bb | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/meta-oe/recipes-extended/libcec/libcec_git.bb b/meta-oe/recipes-extended/libcec/libcec_git.bb
index 32ab4b9..0ce7ea1 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}"
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list