gudev: Add from meta-oe

libgudev was split from systemd and is used by recipes in oe-core.
udev already provides libgudev as well.

The recipe is from meta-oe (Andreas Müller).

Fixes [YOCTO #8686]

(From OE-Core rev: c6d37fc47f7ee637a069d3225e294d181e588a0e)

Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Jussi Kukkonen 2015-11-25 15:05:39 +02:00 committed by Richard Purdie
parent e406fa860f
commit ddf2501549
1 changed files with 15 additions and 0 deletions

View File

@ -0,0 +1,15 @@
SUMMARY = "GObject wrapper for libudev"
SRC_URI[archive.md5sum] = "e4dee8f3f349e9372213d33887819a4d"
SRC_URI[archive.sha256sum] = "a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18"
DEPENDS = "glib-2.0 udev"
RCONFLICTS_${PN} = "systemd (<= 220)"
LICENSE = "LGPLv2.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
inherit gnomebase distro_features_check
REQUIRED_DISTRO_FEATURES = "systemd"