]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
basesystem: Update package to be built with the new version of the buildsystem.
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Sep 2010 17:59:02 +0000 (19:59 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Sep 2010 17:59:02 +0000 (19:59 +0200)
pkgs/core/basesystem/basesystem.nm

index df9ce614a64dc236f37c56367ed462ad2408b3fc..75562bf4ed704399454fb2d2e631153a9e4bb0f6 100644 (file)
@@ -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
-