]> code.ossystems Code Review - openembedded-core.git/commitdiff
libgudev: Fix for new eudev implementation
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>
Tue, 1 Mar 2016 02:53:00 +0000 (02:53 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 2 Mar 2016 22:39:06 +0000 (22:39 +0000)
systemd is not a necessary feature for libgudev anymore since we are
providing eudev as an alternative to udev

Signed-off-by: Alejandro Hernandez <alejandro.hernandez@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-gnome/libgudev/libgudev_230.bb

index ea8e82cbc0ee9211d072f0de7f683be7a771e90e..c61316b228a80a94f407e86955170703683758fa 100644 (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"