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:43 +0000 |
| commit | c89b777c355b55761e294d122235a274bba6c07f (patch) | |
| tree | 83832ec32b1db21515ac229fcc56efdf9aa633c2 | |
| parent | 3e5e540513665105b963262c2eaf33f197a0a36c (diff) | |
| download | poky-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>
| -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)" | |||
| 10 | LICENSE = "LGPLv2.1" | 10 | LICENSE = "LGPLv2.1" |
| 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
| 12 | 12 | ||
| 13 | inherit gnomebase distro_features_check | 13 | inherit gnomebase |
| 14 | 14 | ||
| 15 | REQUIRED_DISTRO_FEATURES = "systemd" | ||
