aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-12-14 19:35:19 +0100
committerArmin Kuster <akuster808@gmail.com>2015-12-20 14:33:34 -0800
commitea92216bd6544e969bcad755153ddbb9cca79a0d (patch)
treecb9cbd8f32d2df22d6ae51f070948740d3c0e640
parent7b23c7b3d43fb5bef3dd9fb05a0f8fb59ca1f0c4 (diff)
downloadmeta-openembedded-contrib-ea92216bd6544e969bcad755153ddbb9cca79a0d.tar.gz
lcdproc5: add dependency on lirc
* it's autodetected from sysroot: ERROR: lcdproc: lcdd-driver-lirc package isn't created when building with minimal dependencies? Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Armin Kuster <akuster808@gmail.com>
-rw-r--r--meta-oe/recipes-extended/lcdproc/lcdproc5.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-oe/recipes-extended/lcdproc/lcdproc5.inc b/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
index d7e333af68..680f558fab 100644
--- a/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
+++ b/meta-oe/recipes-extended/lcdproc/lcdproc5.inc
@@ -4,7 +4,7 @@ SUMMARY = "Drivers for character-based LCD displays"
HOMEPAGE = "http://lcdproc.org"
SECTION = "utils"
LICENSE = "GPLv2+"
-DEPENDS = "ncurses"
+DEPENDS = "ncurses lirc"
LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
file://README;beginline=60;md5=637e042cdd3671ba00e78b58ede45d3b"