Hi Khem, On Tue, Apr 27, 2021 at 08:33:08PM -0700, Khem Raj wrote: > On Tue, Apr 27, 2021 at 3:34 PM Konstantin Aladyshev <[email protected]> > wrote: > > > I've added `IMAGE_INSTALL += "findutils"` to my `conf/local.conf` > > file, and it seems like it was enough. There weren't any build > > conflicts. > > > > Should the AppArmor recipe be upgraded in some way to indicate that it > > needs a full-featured findutils package instead of a busybox one? > > > I think it will be useful to dig a bit further and find out what option > does it need from findutils package sometimes this could be solved by using > compatible options etc >
Not sure to really understand the question, but the -d option of xargs is for specifying a delimiter different than the default space. There is no support for such a thing in Busybox implementation of xargs. Usually options for tools in Busybox are specified at the beginning of the C file: https://git.busybox.net/busybox/tree/findutils/xargs.c Line 17 to 71. If one looks for delimiter keyword in the file, nothing configurable is available, it's either space or EOF that is matched. I'm naive enough to think it might be not too hard to add this option to\ Busybox implementation. Cheers, Quentin
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#53311): https://lists.yoctoproject.org/g/yocto/message/53311 Mute This Topic: https://lists.yoctoproject.org/mt/82378246/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
