On 5/17/21 3:13 AM, Volker Vogelhuber wrote:
I'm working with Yocto Dunfell. I just wanted to remove syslog
from the busybox package by setting VIRTUAL-RUNTIME_base-utils-syslog
to an empty string. But it seems like the syslog.cfg is added to the
SRC_URI
independent of the VIRTUAL-RUNTIME_base-utils-syslog which in turn will
enable syslogd again. Wouldn't it be better to include syslog.cfg in
SRC_URI only if VIRTUAL-RUNTIME_base-utils-syslog is set to busybox-syslog?
So something like
${@["",
"file://syslog.cfg"][(d.getVar('VIRTUAL-RUNTIME_base-utils-syslog') ==
'busybox-syslog')]}
yes. Please send this change as a proper patch for inclusion to
openembedded-core mailing list.
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#53548): https://lists.yoctoproject.org/g/yocto/message/53548
Mute This Topic: https://lists.yoctoproject.org/mt/82883035/21656
Mute #dunfell:https://lists.yoctoproject.org/g/yocto/mutehashtag/dunfell
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-