summaryrefslogtreecommitdiffstats
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-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 d7e333af6..680f558fa 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"
4HOMEPAGE = "http://lcdproc.org" 4HOMEPAGE = "http://lcdproc.org"
5SECTION = "utils" 5SECTION = "utils"
6LICENSE = "GPLv2+" 6LICENSE = "GPLv2+"
7DEPENDS = "ncurses" 7DEPENDS = "ncurses lirc"
8 8
9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \ 9LIC_FILES_CHKSUM = "file://COPYING;md5=18810669f13b87348459e611d31ab760 \
10 file://README;beginline=60;md5=637e042cdd3671ba00e78b58ede45d3b" 10 file://README;beginline=60;md5=637e042cdd3671ba00e78b58ede45d3b"