]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev: drop dependency on udev in libudev
authorRoss Burton <ross.burton@intel.com>
Thu, 18 Apr 2013 14:38:43 +0000 (15:38 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Thu, 18 Apr 2013 19:48:49 +0000 (20:48 +0100)
libudev previously depended on udev, but this causes problems with multilib
if the user wants to install two variants of libudev as they'll pull in two
variants of udev, which will conflict.

Instead, remove the dependency and rely that the image pulls in udev in some
way, such as the commonly used packagegroup-core-boot.

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/udev/udev.inc

index 587bc9443a7f2ca2fd3cd9b5d3588671cd679473..8df40a46f397d10c9689aa1d21895b0fbce3439f 100644 (file)
@@ -15,7 +15,6 @@ LDFLAGS += "-lrt"
 DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native util-linux"
 RPROVIDES_${PN} = "hotplug"
 RRECOMMENDS_${PN} += "udev-extraconf usbutils-ids pciutils-ids"
-RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
            file://0001-Fixing-keyboard_force_release.sh-shell-script-path.patch \