distro/jlime-2010.1.conf: cleaned up RDEPENDS, beefed up FEATURES.
authorFilip Zyzniewski <filip.zyzniewski@gmail.com>
Sat, 12 Feb 2011 16:29:54 +0000 (16:29 +0000)
committerTom Rini <tom_rini@mentor.com>
Sat, 12 Feb 2011 14:54:42 +0000 (07:54 -0700)
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@gmail.com>
Signed-off-by: Tom Rini <tom_rini@mentor.com>
conf/distro/jlime-2010.1.conf

index 2bc3d10..a3ec20e 100644 (file)
@@ -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}"