From 1424af2412ab29a021f427970ba16731a2af1ba1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Wed, 25 Mar 2015 21:45:40 +0100 Subject: [PATCH] base-system-busybox: ship with uncompress Since uncompress is provided by gzip (a package which busybox conflicts with). --- srcpkgs/base-system-busybox/files/dotconfig | 4 ++-- srcpkgs/base-system-busybox/template | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/srcpkgs/base-system-busybox/files/dotconfig b/srcpkgs/base-system-busybox/files/dotconfig index cd715928217..411654a9b6b 100644 --- a/srcpkgs/base-system-busybox/files/dotconfig +++ b/srcpkgs/base-system-busybox/files/dotconfig @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Busybox version: 1.23.2 -# Wed Mar 25 21:38:22 2015 +# Wed Mar 25 21:45:04 2015 # CONFIG_HAVE_DOT_CONFIG=y @@ -138,7 +138,7 @@ CONFIG_FEATURE_SEAMLESS_GZ=y # CONFIG_AR is not set # CONFIG_FEATURE_AR_LONG_FILENAMES is not set # CONFIG_FEATURE_AR_CREATE is not set -# CONFIG_UNCOMPRESS is not set +CONFIG_UNCOMPRESS=y CONFIG_GUNZIP=y # CONFIG_BUNZIP2 is not set CONFIG_UNLZMA=y diff --git a/srcpkgs/base-system-busybox/template b/srcpkgs/base-system-busybox/template index 86c7ffe6733..cd1f3cab31b 100644 --- a/srcpkgs/base-system-busybox/template +++ b/srcpkgs/base-system-busybox/template @@ -1,7 +1,7 @@ # Build template for 'base-system-busybox'. pkgname=base-system-busybox version=1.23.2 -revision=4 +revision=5 wrksrc="busybox-${version}" homepage="http://www.busybox.net" hostmakedepends="perl"