diff options
author | Alejandro Hernandez <alejandro.hernandez@linux.intel.com> | 2016-03-01 02:53:00 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-03-02 22:39:06 +0000 |
commit | 3415290a6bbc34db19ed3b74e162143e593ec977 (patch) | |
tree | d54093add0d050d34ca2f56d5d0c36f665dfea8f /meta/recipes-gnome/libgudev/libgudev_230.bb | |
parent | a22797f7c37a865420837b5c29b270f73ee4c6ce (diff) | |
download | openembedded-core-3415290a6bbc34db19ed3b74e162143e593ec977.tar.gz openembedded-core-3415290a6bbc34db19ed3b74e162143e593ec977.tar.bz2 openembedded-core-3415290a6bbc34db19ed3b74e162143e593ec977.zip |
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
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/libgudev/libgudev_230.bb')
-rw-r--r-- | meta/recipes-gnome/libgudev/libgudev_230.bb | 3 |
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" |