aboutsummaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/lcdproc
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2015-12-14 19:35:19 +0100
committerMartin Jansa <Martin.Jansa@gmail.com>2015-12-18 12:52:52 +0100
commit437e85d9a21b4e791506da2f500aa84d2d5bafc4 (patch)
tree92d4fc0948ad2d10ec3fef1db69711b4af3b4d69 /meta-oe/recipes-extended/lcdproc
parenta3a4d78837b8504879439776ca8a0298e53e682b (diff)
downloadmeta-openembedded-contrib-437e85d9a21b4e791506da2f500aa84d2d5bafc4.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>
Diffstat (limited to 'meta-oe/recipes-extended/lcdproc')
-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"