summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/udev/udev.inc
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2012-02-03 12:20:40 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2012-02-08 00:50:25 +0000
commit23c4961ace9955e3f6894afa9670a759df764d40 (patch)
tree328517c691b830c661c2e613fb7b18b986fe6e82 /meta/recipes-core/udev/udev.inc
parent98a994acff338bfcb886d55156d3acdaa52601b9 (diff)
downloadpoky-23c4961ace9955e3f6894afa9670a759df764d40.tar.gz
udev: stop providing cache support by default
The usefulness of cache nowadays has been reduced a lot and thus it's better to stop using it by default. Dropping the recommends allows for image to decide if they want or not to have cache enabled, instead of require a machine override. (From OE-Core rev: bf849b8a6da32cebaa361242162e4fcc4b1cd97f) Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/udev/udev.inc')
-rw-r--r--meta/recipes-core/udev/udev.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc
index e5fbe403af..7949f220ee 100644
--- a/meta/recipes-core/udev/udev.inc
+++ b/meta/recipes-core/udev/udev.inc
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
12 12
13DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native" 13DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native"
14RPROVIDES_${PN} = "hotplug" 14RPROVIDES_${PN} = "hotplug"
15RRECOMMENDS_${PN} += "udev-extraconf udev-cache usbutils-ids pciutils-ids" 15RRECOMMENDS_${PN} += "udev-extraconf usbutils-ids pciutils-ids"
16RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})" 16RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})"
17 17
18SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \ 18SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \