mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
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:
parent
f2208dc106
commit
84d89048b0
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user