From: Khem Raj Date: Mon, 16 May 2011 06:04:17 +0000 (-0700) Subject: default-distrovars.inc: Do not add DISTRO_EXTRA_RDEPENDS and DISTRO_EXTRA_RRECOMMENDS X-Git-Tag: 2011-1~1352 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=99dbb6512e057f6cb02d18a1be7c51439c1bfa30;p=openembedded-core.git default-distrovars.inc: Do not add DISTRO_EXTRA_RDEPENDS and DISTRO_EXTRA_RRECOMMENDS 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 --- diff --git a/meta/conf/distro/include/default-distrovars.inc b/meta/conf/distro/include/default-distrovars.inc index 9b1d0eecd3..1aa45c8898 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