summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2016-11-21 13:33:37 -0800
committerMartin Jansa <Martin.Jansa@gmail.com>2016-11-26 01:07:22 +0100
commit67485ec597b99f169bf1e8be958760102a2c3b8f (patch)
treec972424d1d5f56b5143b552048915195d4c473a8 /meta-oe/recipes-extended
parenta9ca41110b0dccfa897f0851b259fdb6e8763f00 (diff)
downloadmeta-openembedded-67485ec597b99f169bf1e8be958760102a2c3b8f.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>
Diffstat (limited to 'meta-oe/recipes-extended')
-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 32ab4b907..0ce7ea1c0 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/"
4LICENSE = "GPLv2+" 4LICENSE = "GPLv2+"
5LIC_FILES_CHKSUM = "file://COPYING;md5=e61fd86f9c947b430126181da2c6c715" 5LIC_FILES_CHKSUM = "file://COPYING;md5=e61fd86f9c947b430126181da2c6c715"
6 6
7DEPENDS = "p8platform udev lockdev" 7DEPENDS = "p8platform udev lockdev ncurses"
8 8
9DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}" 9DEPENDS += "${@bb.utils.contains('DISTRO_FEATURES', 'x11', 'libx11 libxrandr', '', d)}"
10DEPENDS_append_rpi = "${@bb.utils.contains('MACHINE_FEATURES', 'vc4graphics', '', ' userland', d)}"
10 11
11PV = "3.1.0+gitr${SRCPV}" 12PV = "3.1.0+gitr${SRCPV}"
12 13