mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-14 05:49:57 +00:00
d178745cbf
some recipes under meta-oe have dependency on meta-python, and test_world of yocto-check-layer will failed with error like: ERROR: test_world (common.CommonCheckLayer) ERROR: Nothing PROVIDES 'python3-pytoml-native' (but /meta-openembedded/meta-oe/recipes-extended/mozjs/mozjs_60.9.0.bb DEPENDS on or otherwise requires it). Close matches: python3-numpy-native python3-pycairo-native python3-rpm-native ERROR: Required build target 'meta-world-pkgdata' has no buildable providers. Missing or unbuildable dependency chain was: ['meta-world-pkgdata', 'mozjs', 'python3-pytoml-native'] fix by make these recipes only active when identified layers are present Signed-off-by: Changqing Li <changqing.li@windriver.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
25 lines
646 B
Plaintext
25 lines
646 B
Plaintext
# These are the default options to lircd, if installed as
|
|
# /etc/lirc/lirc_options.conf. See the lircd(8) and lircmd(8)
|
|
# manpages for info on the different options.
|
|
|
|
[lircd]
|
|
nodaemon = False
|
|
permission = 666
|
|
driver = default
|
|
device = /dev/lirc0
|
|
output = /var/run/lirc/lircd
|
|
pidfile = /var/run/lirc/lircd.pid
|
|
plugindir = /usr/lib/lirc/plugins
|
|
allow-simulate = No
|
|
repeat-max = 600
|
|
#listen = [address:]port
|
|
#connect = host[:port]
|
|
#debug = 5
|
|
#uinput = ...
|
|
#release = ...
|
|
#logfile = ...
|
|
|
|
[lircmd]
|
|
uinput = False
|
|
nodeamon = False
|