Reputation: 1057
My recipe needs eudev.
RDEPENDS_${PN} += "eudev"
but when bitbake it:
it got:
ERROR: Nothing RPROVIDES 'eudev' (but foo_7.4.5.0.bb RDEPENDS on or otherwise requires it)
eudev was skipped: conflicting distro feature 'systemd' (in DISTRO_FEATURES)
Upvotes: 0
Views: 1028
Reputation: 4063
If you want libudev, then DEPEND on udev. This is provided by either systemd or eudev.
Upvotes: 1