From: Michael Tremer Date: Fri, 3 Sep 2010 17:59:02 +0000 (+0200) Subject: basesystem: Update package to be built with the new version of the buildsystem. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5c526f2f2741888cf9e555e7a2ec8dd91e37723e;p=ipfire-3.x.git basesystem: Update package to be built with the new version of the buildsystem. --- diff --git a/pkgs/core/basesystem/basesystem.nm b/pkgs/core/basesystem/basesystem.nm index df9ce614a..75562bf4e 100644 --- a/pkgs/core/basesystem/basesystem.nm +++ b/pkgs/core/basesystem/basesystem.nm @@ -34,6 +34,15 @@ PKG_URL = PKG_LICENSE = GPLv3+ PKG_SUMMARY = Basic system files. +PKG_BUILD_DEPS = # There are no build dependencies + +# This is a package that pulls lots of other dependencies to always have a +# useable system. +PKG_DEPS += /bin/sh /sbin/init \ + coreutils file findutils gawk grep iana-etc initscripts kbd kernel less \ + module-init-tools network pakfire passwd procps psmisc sed shadow \ + system-release tar udev util-linux-ng vim + define PKG_DESCRIPTION This package contains files that are needed to run basic \ functions of the system. @@ -46,4 +55,3 @@ define STAGE_INSTALL -mkdir -pv $(BUILDROOT)/etc cp -vf $(DIR_SOURCE)/resolv.conf $(BUILDROOT)/etc/ endef -