[oe-commits] Filip Zyzniewski : distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.

git version control git at git.openembedded.org
Sat Feb 12 14:56:34 UTC 2011


Module: openembedded.git
Branch: master
Commit: 9d23bf609f27f8462f7fbe214a4cea84e194ce49
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9d23bf609f27f8462f7fbe214a4cea84e194ce49

Author: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Date:   Sat Feb 12 16:29:54 2011 +0000

distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.

tslib and dialog should be pulled in by appropiate dependencies and
wireless-tools comes from wifi in DISTRO_FEATURES.

Signed-off-by: Filip Zyzniewski <filip.zyzniewski at gmail.com>
Signed-off-by: Tom Rini <tom_rini at mentor.com>

---

 conf/distro/jlime-2010.1.conf |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/conf/distro/jlime-2010.1.conf b/conf/distro/jlime-2010.1.conf
index 2bc3d10..a3ec20e 100644
--- a/conf/distro/jlime-2010.1.conf
+++ b/conf/distro/jlime-2010.1.conf
@@ -23,8 +23,7 @@ OVERRIDES .= ":jlime"
 #
 # What we want on the bootstrap image (extra) 
 #
-DISTRO_EXTRA_RDEPENDS = "wireless-tools nano keymaps tslib-calibrate \
-			 console-tools tslib-tests dialog"
+DISTRO_EXTRA_RDEPENDS = "nano keymaps console-tools"
 
 #
 # Our Image files should look abit better.
@@ -67,7 +66,7 @@ TARGET_FPU_armeb = "soft"
 TARGET_FPU_mipsel = "soft"
 TARGET_FPU_mips = "soft"
 
-DISTRO_FEATURES += " eabi "
+DISTRO_FEATURES += "eabi wifi"
 
 LIBC ?= "eglibc"
 PREFERRED_PROVIDER_virtual/libc = "${LIBC}"





More information about the Openembedded-commits mailing list