From patchwork Mon May 16 06:04:17 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: [1/2] default-distrovars.inc: Do not add DISTRO_EXTRA_RDEPENDS and DISTRO_EXTRA_RRECOMMENDS Date: Mon, 16 May 2011 06:04:17 -0000 From: Khem Raj X-Patchwork-Id: 4101 Message-Id: To: OE core We otherwise get these added to image dependencies in distributions and they may not want it but would like to use those variables Signed-off-by: Khem Raj --- meta/conf/distro/include/default-distrovars.inc | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 9b1d0ee..1aa45c8 100644 --- a/meta/conf/distro/include/default-distrovars.inc +++ b/meta/conf/distro/include/default-distrovars.inc @@ -14,9 +14,6 @@ LOCALE_UTF8_ONLY ?= "0" DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" -DISTRO_EXTRA_RDEPENDS += "task-core-boot" -DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" - IMAGE_FEATURES ?= "" # This is a list of packages that are used by the build system to build the distribution, they are not