libgudev: Upgrade 230 -> 231

Very small bug fix release.

Use --disable-umockdev: Testing is great but a single regression test
isn't really worth a new build dependency (that isn't in oe-core yet).

(From OE-Core rev: 942946a18ec2e644a297e45787a3947f3229a783)

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 2017-02-22 15:02:33 +02:00 committed by Richard Purdie
parent f216065e51
commit 4fdec0fc60
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
SUMMARY = "GObject wrapper for libudev"
SRC_URI[archive.md5sum] = "e4dee8f3f349e9372213d33887819a4d"
SRC_URI[archive.sha256sum] = "a2e77faced0c66d7498403adefcc0707105e03db71a2b2abd620025b86347c18"
SRC_URI[archive.md5sum] = "916c10c51ec61131e244c3936bbb2e0c"
SRC_URI[archive.sha256sum] = "3b1ef99d4a8984c35044103d8ddfc3cc52c80035c36abab2bcc5e3532e063f96"
DEPENDS = "glib-2.0 udev"
EXTRA_OECONF = "--disable-umockdev"
RCONFLICTS_${PN} = "systemd (<= 220)"
LICENSE = "LGPLv2.1"