diff options
author | Khem Raj <raj.khem@gmail.com> | 2011-05-15 23:04:17 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-19 23:47:07 +0100 |
commit | 99dbb6512e057f6cb02d18a1be7c51439c1bfa30 (patch) | |
tree | 2e3672c976534d128b8e833f94e4754e450f9c9a /meta/conf | |
parent | 66b5a6bed6e55f2c285e2c3644302a6f242db32b (diff) | |
download | openembedded-core-99dbb6512e057f6cb02d18a1be7c51439c1bfa30.tar.gz openembedded-core-99dbb6512e057f6cb02d18a1be7c51439c1bfa30.tar.bz2 openembedded-core-99dbb6512e057f6cb02d18a1be7c51439c1bfa30.zip |
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 <raj.khem@gmail.com>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | 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 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 |