aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorFlorian Boor <florian.boor@kernelconcepts.de>2005-11-24 17:15:31 +0000
committerOpenEmbedded Project <openembedded-devel@lists.openembedded.org>2005-11-24 17:15:31 +0000
commit208f51b5c3201b2d2d7c7cde85f7d108bdfebac6 (patch)
treea5a13fed67533cae1a6877fda975dd8cb2178b56 /conf
parent52acd253d8dd97f1e9ab889b7720b768fbd18b0d (diff)
downloadopenembedded-208f51b5c3201b2d2d7c7cde85f7d108bdfebac6.tar.gz
handheld-common.conf: Remove scap from the default images, UI tools provide similar services. If necessary add to the target descriptions which need it directly.
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/handheld-common.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/conf/machine/handheld-common.conf b/conf/machine/handheld-common.conf
index 2445ee17a6..dab1d01e70 100644
--- a/conf/machine/handheld-common.conf
+++ b/conf/machine/handheld-common.conf
@@ -17,8 +17,8 @@ input uinput \
"
# Configuration bits for "generic handheld"
-BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap network-suspend-scripts"
+BOOTSTRAP_EXTRA_DEPENDS += "pcmcia-cs apmd ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin network-suspend-scripts"
BOOTSTRAP_EXTRA_RDEPENDS += "pcmcia-cs apm apmd network-suspend-scripts"
-BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin scap ${@linux_module_packages('${HANDHELD_MODULES}', d)}"
+BOOTSTRAP_EXTRA_RRECOMMENDS += "ppp wireless-tools irda-utils openswan wpa-supplicant-nossl lrzsz ppp-dialin ${@linux_module_packages('${HANDHELD_MODULES}', d)}"
INHERIT += "linux_modules"