aboutsummaryrefslogtreecommitdiffstats
path: root/meta/recipes-gnome
diff options
context:
space:
mode:
authorAlejandro Hernandez <alejandro.hernandez@linux.intel.com>2016-03-01 02:53:00 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-03-02 22:39:43 +0000
commitc89b777c355b55761e294d122235a274bba6c07f (patch)
tree83832ec32b1db21515ac229fcc56efdf9aa633c2 /meta/recipes-gnome
parent3e5e540513665105b963262c2eaf33f197a0a36c (diff)
downloadopenembedded-core-contrib-c89b777c355b55761e294d122235a274bba6c07f.tar.gz
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>
Diffstat (limited to 'meta/recipes-gnome')
-rw-r--r--meta/recipes-gnome/libgudev/libgudev_230.bb3
1 files changed, 1 insertions, 2 deletions
diff --git a/meta/recipes-gnome/libgudev/libgudev_230.bb b/meta/recipes-gnome/libgudev/libgudev_230.bb
index ea8e82cbc0..c61316b228 100644
--- a/meta/recipes-gnome/libgudev/libgudev_230.bb
+++ b/meta/recipes-gnome/libgudev/libgudev_230.bb
@@ -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"