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:
Alejandro Hernandez 2016-03-01 02:53:00 +00:00 committed by Richard Purdie
parent 3e5e540513
commit c89b777c35
1 changed files with 1 additions and 2 deletions

View File

@ -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"