mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
libgudev: depend on glib-2.0-native
When gobject-introspection feature is disabled, glib-2.0-native package dependency is not pulled in but libgudev has a hard dependency on it (do_configure fails due to missing glib-mkenums). (From OE-Core rev: 8fd140011f89ededdfd7feb1c0e3a2d67e06808a) Signed-off-by: Petr Kubizňák <kubiznak@2n.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
b75dd468ae
commit
ac3ab46c11
@@ -7,7 +7,7 @@ HOMEPAGE = "https://wiki.gnome.org/Projects/libgudev"
|
||||
BUGTRACKER = "https://gitlab.gnome.org/GNOME/libgudev/issues"
|
||||
SRC_URI[archive.sha256sum] = "0d06b21170d20c93e4f0534dbb9b0a8b4f1119ffb00b4031aaeb5b9148b686aa"
|
||||
|
||||
DEPENDS = "glib-2.0 udev"
|
||||
DEPENDS = "glib-2.0 glib-2.0-native udev"
|
||||
|
||||
RCONFLICTS:${PN} = "systemd (<= 220)"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user