libgudev: skip recipe for distros not using systemd as init

for those systems udev provides libgudev

Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
This commit is contained in:
Andreas Müller 2015-09-25 01:22:37 +02:00 committed by Martin Jansa
parent f2208dc106
commit 84d89048b0

View File

@ -10,4 +10,6 @@ RCONFLICTS_${PN} = "systemd (<= 220)"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
inherit gnomebase
inherit gnomebase distro_features_check
REQUIRED_DISTRO_FEATURES = "systemd"