mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-04 14:39:54 +00:00
lirc: Recommend to have lirc-plugins at runtime
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>
This commit is contained in:
@@ -6,7 +6,7 @@ DESCRIPTION_append_lirc-nslu2example = " This package contains a working config
|
||||
HOMEPAGE = "http://www.lirc.org"
|
||||
SECTION = "console/network"
|
||||
LICENSE = "GPLv2"
|
||||
DEPENDS = "alsa-lib libftdi"
|
||||
DEPENDS = "alsa-lib libftdi libusb1"
|
||||
PRIORITY = "optional"
|
||||
|
||||
SRC_URI = "http://prdownloads.sourceforge.net/lirc/lirc-${PV}.tar.bz2"
|
||||
|
||||
@@ -40,10 +40,10 @@ do_install_append() {
|
||||
|
||||
PACKAGES =+ "${PN}-contrib ${PN}-exec ${PN}-plugins ${PN}-python"
|
||||
|
||||
RDEPENDS_${PN}-exec = "lirc"
|
||||
RDEPENDS_${PN}-exec = "${PN}"
|
||||
RDEPENDS_${PN}-python = "python"
|
||||
|
||||
RRECOMMENDS_lirc = "lirc-exec"
|
||||
RRECOMMENDS_lirc = "${PN}-exec ${PN}-plugins"
|
||||
|
||||
FILES_${PN}-plugins = "${libdir}/lirc/plugins/*.so ${datadir}/lirc/configs"
|
||||
FILES_${PN}-contrib = "${datadir}/lirc/contrib"
|
||||
|
||||
Reference in New Issue
Block a user