From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-yw0-f47.google.com ([209.85.213.47]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from ) id 1RusQR-0001u5-BS for openembedded-core@lists.openembedded.org; Tue, 07 Feb 2012 22:18:07 +0100 Received: by yhfq46 with SMTP id q46so3160882yhf.6 for ; Tue, 07 Feb 2012 13:10:04 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references:in-reply-to:references; bh=GJIXUhoDcrETffk08giq4tqlqTX88Pe8EUyggL9iVpw=; b=WYroYnbXIH3c0wOxHrOQx0ChNMV49so/3UJITv7JdBWjn9S4AVzcYBdss/LzxC++8l 7eLU89L8T3/eHcZ7MOqVbblCnnXPy2Lp+0H0j4zdRk1Px0gs13v41nRyko0/hTCQB0/l VgJBF372u3n2sVolQWYiUhSdMsDVyWhkOUdW4= Received: by 10.236.197.33 with SMTP id s21mr11774422yhn.40.1328649004496; Tue, 07 Feb 2012 13:10:04 -0800 (PST) Received: from localhost.localdomain ([186.218.100.214]) by mx.google.com with ESMTPS id f47sm30150280yhh.8.2012.02.07.13.10.02 (version=TLSv1/SSLv3 cipher=OTHER); Tue, 07 Feb 2012 13:10:03 -0800 (PST) Sender: Otavio Salvador From: Otavio Salvador To: openembedded-core@lists.openembedded.org Date: Tue, 7 Feb 2012 21:09:49 +0000 Message-Id: <6907cafeb8297e1392f36c3c4023fabf1cb9190b.1328648562.git.otavio@ossystems.com.br> X-Mailer: git-send-email 1.7.2.5 In-Reply-To: References: In-Reply-To: References: Subject: [PATCH 2/4] udev: stop providing cache support by default X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list Reply-To: Patches and discussions about the oe-core layer List-Id: Patches and discussions about the oe-core layer List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Feb 2012 21:18:07 -0000 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 --- meta/recipes-core/udev/udev.inc | 2 +- meta/recipes-core/udev/udev_164.bb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/udev/udev.inc b/meta/recipes-core/udev/udev.inc index e5fbe40..7949f22 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 \ 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 \ diff --git a/meta/recipes-core/udev/udev_164.bb b/meta/recipes-core/udev/udev_164.bb index 6d71f4d..b993a13 100644 --- a/meta/recipes-core/udev/udev_164.bb +++ b/meta/recipes-core/udev/udev_164.bb @@ -1,6 +1,6 @@ include udev.inc -PR = "r10" +PR = "r11" SRC_URI += "file://udev-166-v4l1-1.patch" -- 1.7.2.5