summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@intel.com>2013-04-18 15:38:43 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-18 21:12:23 +0100
commita9e6e56b3725bb6e55f3a1a8f25c1577c4610aa2 (patch)
treeed13dbe4f28d5a2426d96761026d948a8356e6ad /meta
parent5efe0fbad3d79c02bd2cef3888260d262ec25762 (diff)
downloadpoky-a9e6e56b3725bb6e55f3a1a8f25c1577c4610aa2.tar.gz
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. (From OE-Core rev: 6168ea4e00fd1c8296fe770fa9e2ef00018f5621) Signed-off-by: Ross Burton <ross.burton@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-core/udev/udev.inc1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index 587bc9443a..8df40a46f3 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -15,7 +15,6 @@ LDFLAGS += "-lrt"
15DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native util-linux" 15DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native util-linux"
16RPROVIDES_${PN} = "hotplug" 16RPROVIDES_${PN} = "hotplug"
17RRECOMMENDS_${PN} += "udev-extraconf usbutils-ids pciutils-ids" 17RRECOMMENDS_${PN} += "udev-extraconf usbutils-ids pciutils-ids"
18RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})"
19 18
20SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ 19SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
21 file://0001-Fixing-keyboard_force_release.sh-shell-script-path.patch \ 20 file://0001-Fixing-keyboard_force_release.sh-shell-script-path.patch \