[oe-commits] Ross Burton : udev: drop dependency on udev in libudev

git at git.openembedded.org git at git.openembedded.org
Thu Apr 18 20:09:00 UTC 2013


Module: openembedded-core.git
Branch: dylan
Commit: 6168ea4e00fd1c8296fe770fa9e2ef00018f5621
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=6168ea4e00fd1c8296fe770fa9e2ef00018f5621

Author: Ross Burton <ross.burton at intel.com>
Date:   Thu Apr 18 15:38:43 2013 +0100

udev: drop dependency on udev in libudev

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 at intel.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 meta/recipes-core/udev/udev.inc |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 587bc94..8df40a4 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -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 \





More information about the Openembedded-commits mailing list