diff options
author | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 16:39:31 +0000 |
---|---|---|
committer | Michael Lauer <mickey@vanille-media.de> | 2004-04-30 16:39:31 +0000 |
commit | ae84eaa9fa2e789baa47a9e3c6ed20e7566c70f6 (patch) | |
tree | a97851d10ad7cfe22dcfc5333c90b7603572f5bd | |
parent | 074c73fcf8f481f621904f0fa270798993f6a95c (diff) |
Merge bk://openembedded@openembedded.bkbits.net/packages
into gandalf.tm.informatik.uni-frankfurt.de:/usr/local/projects/packages
2004/04/30 18:39:25+02:00 uni-frankfurt.de!mickeyl
remove ifupdown from task-bootstrap. we will use the one from busybox - patch courtesy pb_.
BKrev: 40928143kPuZM6X8eEZNEDFoN-mBaQ
-rw-r--r-- | meta/task-bootstrap.oe | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/meta/task-bootstrap.oe b/meta/task-bootstrap.oe index e69de29bb2..a2ec6cd643 100644 --- a/meta/task-bootstrap.oe +++ b/meta/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 = 'virtual/libc base-files base-passwd-3.5.7 \ + busybox dropbear hotplug ipkg initscripts \ + netbase resolvconf sysvinit tinylogin lrzsz \ + dhcpcd \ + ${BOOTSTRAP_EXTRA_DEPENDS}' + +RDEPENDS = 'base-files base-passwd busybox \ + hotplug ipkg initscripts netbase resolvconf \ + sysvinit tinylogin dhcpcd \ + ${BOOTSTRAP_EXTRA_RDEPENDS}' + +RRECOMMENDS = 'dropbear lrzsz \ + ${BOOTSTRAP_EXTRA_RRECOMMENDS}' |