]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
build-essentials: Remove cpio and add pkgconfig as build dependency.
authorMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Mar 2011 16:45:47 +0000 (17:45 +0100)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 6 Mar 2011 16:45:47 +0000 (17:45 +0100)
pkgs/build-essentials/build-essentials.nm

index 363477d0844879d06486123e029ccd3ccdc6e3f3..b70c0b49c06809f340501affe1014fba9e1068c8 100644 (file)
@@ -26,7 +26,7 @@ include $(PKGROOT)/Include
 
 PKG_NAME       = build-essentials
 PKG_VER        = $(DISTRO_VERSION)
-PKG_REL        = 3
+PKG_REL        = 4
 PKG_EPOCH      = 1
 PKG_ARCH       = noarch
 
@@ -37,8 +37,8 @@ PKG_LICENSE    = GPL
 PKG_SUMMARY    = Elementary scripts for the build system.
 
 PKG_BUILD_DEPS =
-PKG_DEPS      += bash bzip2 coreutils cpio diffutils file findutils gawk \
-       grep gzip make patch sed system-release tar which xz
+PKG_DEPS      += bash bzip2 coreutils diffutils file findutils gawk \
+       grep gzip make patch pkgconfig sed system-release tar which xz
 
 define PKG_DESCRIPTION
        This package contains elementary scripts for the pakfire build system.