]> code.ossystems Code Review - openembedded-core.git/commitdiff
udev: stop providing cache support by default
authorOtavio Salvador <otavio@ossystems.com.br>
Fri, 3 Feb 2012 12:20:40 +0000 (12:20 +0000)
committerSaul Wold <sgw@linux.intel.com>
Tue, 7 Feb 2012 22:37:13 +0000 (14:37 -0800)
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.

Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
meta/recipes-core/udev/udev.inc
meta/recipes-core/udev/udev_164.bb

index e5fbe403af9e2d7c47789a794e157adbd99d7735..7949f220ee899287e075ed75085128f6a91f83b5 100644 (file)
@@ -12,7 +12,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=751419260aa954499f7abaabaa882bbe \
 
 DEPENDS = "acl glib-2.0 libusb usbutils pciutils gperf-native libxslt-native"
 RPROVIDES_${PN} = "hotplug"
-RRECOMMENDS_${PN} += "udev-extraconf udev-cache usbutils-ids pciutils-ids"
+RRECOMMENDS_${PN} += "udev-extraconf usbutils-ids pciutils-ids"
 RDEPENDS_libudev = "${PN} (= ${EXTENDPKGV})"
 
 SRC_URI = "${KERNELORG_MIRROR}/linux/utils/kernel/hotplug/udev-${PV}.tar.gz \
index 6d71f4dc1b853a1a189a98fc6e58e57c70d54817..b993a13fb52b44d2ade990e1db81168e42984b64 100644 (file)
@@ -1,6 +1,6 @@
 include udev.inc
 
-PR = "r10"
+PR = "r11"
 
 SRC_URI += "file://udev-166-v4l1-1.patch"