From: Michael Lauer Date: Fri, 30 Apr 2004 16:39:31 +0000 (+0000) Subject: Merge bk://openembedded@openembedded.bkbits.net/packages X-Git-Tag: Release-2010-05/1~19448 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae84eaa9fa2e789baa47a9e3c6ed20e7566c70f6;p=openembedded.git 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 --- 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 " +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}'