]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/commitdiff
build-essentials: Require filesystem package in build environment.
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Aug 2011 10:52:15 +0000 (12:52 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 4 Aug 2011 10:52:15 +0000 (12:52 +0200)
pkgs/build-essentials/build-essentials.nm

index ca9a36d7925bf0179bdb09c527acf975ac1f2d00..dc8251d96b334d4150a271cc0239fd25867bab5f 100644 (file)
@@ -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