mirror of
https://github.com/thead-yocto-mirror/meta-openembedded
synced 2026-09-06 14:14:40 +02:00
This fixes the initialization errors where it cant find the default drivers which are in plugins package Change-Id: I5440fa09f8548069ac75ccb1521542cb8e054eb4 Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
15 lines
807 B
PHP
15 lines
807 B
PHP
DESCRIPTION = "LIRC is a package that allows you to decode and send infra-red signals of many commonly used remote controls."
|
|
DESCRIPTION_append_lirc = " This package contains the lirc daemon, libraries and tools."
|
|
DESCRIPTION_append_lirc-exec = " This package contains a daemon that runs programs on IR signals."
|
|
DESCRIPTION_append_lirc-remotes = " This package contains some config files for remotes."
|
|
DESCRIPTION_append_lirc-nslu2example = " This package contains a working config for RC5 remotes and a modified NSLU2."
|
|
HOMEPAGE = "http://www.lirc.org"
|
|
SECTION = "console/network"
|
|
LICENSE = "GPLv2"
|
|
DEPENDS = "alsa-lib libftdi libusb1"
|
|
PRIORITY = "optional"
|
|
|
|
SRC_URI = "http://prdownloads.sourceforge.net/lirc/lirc-${PV}.tar.bz2"
|
|
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=b234ee4d69f5fce4486a80fdaf4a4263"
|