From: Michael Tremer Date: Thu, 4 Aug 2011 10:52:15 +0000 (+0200) Subject: build-essentials: Require filesystem package in build environment. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2b6355ada66bbb2f8688b7c1b8a95024ea759539;p=ipfire-3.x.git build-essentials: Require filesystem package in build environment. --- diff --git a/pkgs/build-essentials/build-essentials.nm b/pkgs/build-essentials/build-essentials.nm index ca9a36d79..dc8251d96 100644 --- a/pkgs/build-essentials/build-essentials.nm +++ b/pkgs/build-essentials/build-essentials.nm @@ -25,8 +25,8 @@ include $(PKGROOT)/Include PKG_NAME = build-essentials -PKG_VER = 1.1 -PKG_REL = 2 +PKG_VER = 1.2 +PKG_REL = 1 PKG_EPOCH = 2 PKG_ARCH = noarch @@ -37,7 +37,7 @@ PKG_LICENSE = GPL PKG_SUMMARY = Elementary scripts for the build system. PKG_BUILD_DEPS = -PKG_DEPS += bash bzip2 coreutils diffutils file findutils gawk \ +PKG_DEPS += bash bzip2 coreutils diffutils file filesystem findutils gawk \ grep gzip make patch pkgconfig sed setup system-release tar which xz define PKG_DESCRIPTION