mirror of
https://git.yoctoproject.org/poky
synced 2026-05-09 05:29:32 +00:00
libgudev: Fix for new eudev implementation
systemd is not a necessary feature for libgudev anymore since we are providing eudev as an alternative to udev (From OE-Core rev: 3415290a6bbc34db19ed3b74e162143e593ec977) Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
3e5e540513
commit
c89b777c35
@@ -10,6 +10,5 @@ RCONFLICTS_${PN} = "systemd (<= 220)"
|
||||
LICENSE = "LGPLv2.1"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
|
||||
|
||||
inherit gnomebase distro_features_check
|
||||
inherit gnomebase
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "systemd"
|
||||
|
||||
Reference in New Issue
Block a user