GreenTea
GreenTea

Reputation: 1057

eudev was skipped: conflicting distro feature 'systemd' (in DISTRO_FEATURES)

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

Answers (1)

Ross Burton
Ross Burton

Reputation: 4063

If you want libudev, then DEPEND on udev. This is provided by either systemd or eudev.

Upvotes: 1

Related Questions