diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 11:07:51 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-20 11:07:51 +0000 |
commit | ef94fe70bb069b16c862f860a6bc06f007019ca8 (patch) | |
tree | 0831850155de412cadb75f54c147d9aa7304559c /virtual | |
parent | bcd0ef402b3c7e3ad60c590f1d2e3cd3f59a312b (diff) |
remove pcmcia-cs from task-bootstrap - patch courtesy pb_.
BKrev: 40850487KuMVgqNuK0DgTU3JJ7tcMQ
Diffstat (limited to 'virtual')
-rw-r--r-- | virtual/task-bootstrap.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/virtual/task-bootstrap.oe b/virtual/task-bootstrap.oe index e69de29bb2..6a08e09450 100644 --- a/virtual/task-bootstrap.oe +++ b/virtual/task-bootstrap.oe @@ -0,0 +1,18 @@ +DESCRIPTION = "Core packages required for a basic installation" +MAINTAINER = "Phil Blundell <pb@handhelds.org>" +ALLOW_EMPTY = 1 +PACKAGES = "${PN}" + +DEPENDS = 'glibc base-files base-passwd-3.5.7 \ + busybox dropbear hotplug ifupdown ipkg initscripts \ + netbase resolvconf sysvinit tinylogin lrzsz \ + dhcpcd \ + ${BOOTSTRAP_EXTRA_DEPENDS}' + +RDEPENDS = 'base-files base-passwd busybox \ + hotplug ifupdown ipkg initscripts netbase resolvconf \ + sysvinit tinylogin dhcpcd \ + ${BOOTSTRAP_EXTRA_RDEPENDS}' + +RRECOMMENDS = 'dropbear lrzsz \ + ${BOOTSTRAP_EXTRA_RRECOMMENDS}' |