| Submitter | Khem Raj |
|---|---|
| Date | May 16, 2011, 6:04 a.m. |
| Message ID | <eca19ce0a0acc36dfc8d9d788f3ac1b1c59430f4.1305525725.git.raj.khem@gmail.com> |
| Download | mbox | patch |
| Permalink | /patch/4101/ |
| State | New, archived |
| Headers | show |
Comments
Patch
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
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> --- meta/conf/distro/include/default-distrovars.inc | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-)