On Wed, 23 Oct 2024 at 16:31, Bhargav Das via lists.openembedded.org <[email protected]> wrote: > +RDEPENDS:${PN} = "python3 python3-libevdev python3-pyudev"
This will add python dependency to a very core package, and in embedded context we cannot do that. Rather, the real issue is that libinput component is incorrectly packaged: library and items in /usr/libexec go to libinput, executable in /usr/bin using those items goes to libinput-bin. Instead, libexec items should be moved to libinput-bin, and then that package should gain the python dependency. Alex
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#206243): https://lists.openembedded.org/g/openembedded-core/message/206243 Mute This Topic: https://lists.openembedded.org/mt/109171317/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
