diff options
author | Andreas Müller <schnitzeltony@googlemail.com> | 2015-10-02 22:27:21 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-10-07 00:11:20 +0100 |
commit | b25af33734b229cb991b1e8a1afccd863cba43bb (patch) | |
tree | 1ed7dcea061bf476302b279894976c4a442660e5 /meta | |
parent | a0d9d2d727d646d7847ca9824ae535f9e369d485 (diff) | |
download | poky-b25af33734b229cb991b1e8a1afccd863cba43bb.tar.gz |
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>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/udev/udev.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index a00dad5db2..c378ae3cd2 100644 --- a/meta/recipes-core/udev/udev.inc +++ b/meta/recipes-core/udev/udev.inc | |||
@@ -15,6 +15,8 @@ LDFLAGS += "-lrt" | |||
15 | DEPENDS = "glib-2.0 libusb usbutils pciutils glib-2.0-native gperf-native libxslt-native util-linux" | 15 | DEPENDS = "glib-2.0 libusb usbutils pciutils glib-2.0-native gperf-native libxslt-native util-linux" |
16 | RPROVIDES_${PN} = "hotplug" | 16 | RPROVIDES_${PN} = "hotplug" |
17 | 17 | ||
18 | PROVIDES = "libgudev" | ||
19 | |||
18 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ | 20 | SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ |
19 | file://0001-Fixing-keyboard_force_release.sh-shell-script-path.patch \ | 21 | file://0001-Fixing-keyboard_force_release.sh-shell-script-path.patch \ |
20 | file://avoid-mouse-autosuspend.patch \ | 22 | file://avoid-mouse-autosuspend.patch \ |