mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
udev: add PROVIDES = "libgudev"
With the last update of systemd libgudev was splitted out of systemd. To make packages depending on libgudev happy, a recipe building libgudev was created in meta-oe and the dependencies were modified from udev to libgudev. This works fine for distros using systemd as init system, but distros not using build udev which provides libgudev. (From OE-Core rev: e11801d031896351364e7723db3392012f58b603) Signed-off-by: Andreas Müller <schnitzeltony@googlemail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
a0d9d2d727
commit
b25af33734
@@ -15,6 +15,8 @@ LDFLAGS += "-lrt"
|
|||||||
DEPENDS = "glib-2.0 libusb usbutils pciutils glib-2.0-native gperf-native libxslt-native util-linux"
|
DEPENDS = "glib-2.0 libusb usbutils pciutils glib-2.0-native gperf-native libxslt-native util-linux"
|
||||||
RPROVIDES_${PN} = "hotplug"
|
RPROVIDES_${PN} = "hotplug"
|
||||||
|
|
||||||
|
PROVIDES = "libgudev"
|
||||||
|
|
||||||
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
|
||||||
file://0001-Fixing-keyboard_force_release.sh-shell-script-path.patch \
|
file://0001-Fixing-keyboard_force_release.sh-shell-script-path.patch \
|
||||||
file://avoid-mouse-autosuspend.patch \
|
file://avoid-mouse-autosuspend.patch \
|
||||||
|
|||||||
Reference in New Issue
Block a user