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:23 +0100 |
commit | f6f898a517542019dcfd342fb64558924b13c858 (patch) | |
tree | b64d21933cf6acac2e266268339a6e5f766d5873 /meta/conf/distro/include | |
parent | 86e6d45f388ae804f10dbf280cbe370203424773 (diff) | |
download | poky-f6f898a517542019dcfd342fb64558924b13c858.tar.gz |
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
(From OE-Core rev: 99dbb6512e057f6cb02d18a1be7c51439c1bfa30)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-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" | |||
14 | 14 | ||
15 | DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" | 15 | DISTRO_FEATURES ?= "alsa bluetooth ext2 irda pcmcia usbgadget usbhost wifi nfs zeroconf pci" |
16 | 16 | ||
17 | DISTRO_EXTRA_RDEPENDS += "task-core-boot" | ||
18 | DISTRO_EXTRA_RRECOMMENDS += "kernel-module-af-packet" | ||
19 | |||
20 | IMAGE_FEATURES ?= "" | 17 | IMAGE_FEATURES ?= "" |
21 | 18 | ||
22 | # This is a list of packages that are used by the build system to build the distribution, they are not | 19 | # This is a list of packages that are used by the build system to build the distribution, they are not |