On Thu, Feb 13, 2020 at 8:24 AM Alexander Kanavin wrote: > On Thu, 13 Feb 2020 at 17:06, Khem Raj wrote: > >> No, problem is that if One wants to use opkg backend then rpm drags along >> but apt or dpkg don’t >> >> Even if test is made to pass rpm will be dragged into >> Images which is not desired >> > > We can modify the rpm packaging so that only the library from rpm that > libresolv links with, but not the executables or other libraries are in the > image. Would you be ok with that? > This still sneaks in pieces of rpm into distros where rpm is not needed so better would be to retool dnf to not demand rpm support in libsolv and break the dependency chain. Opkg is usually sought for small systems and last thing we want is unneeded dependencies I would rather use the OE configuration powers as such but I am not opposed to such a solution > Alex >