[oe-commits] [openembedded-core] 19/22: libgudev: Fix for new eudev implementation

git at git.openembedded.org git at git.openembedded.org
Mon Feb 29 20:49:11 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit f1c0c23a25b97c2a9f7db7d324c18ce375e2a4ec
Author: Alejandro Hernandez <alejandro.hernandez at linux.intel.com>
AuthorDate: Thu Feb 25 23:34:12 2016 +0000

    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 at linux.intel.com>
    Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>
---
 meta/recipes-gnome/libgudev/libgudev_230.bb | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/meta/recipes-gnome/libgudev/libgudev_230.bb b/meta/recipes-gnome/libgudev/libgudev_230.bb
index ea8e82c..c61316b 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list