debootstrap: add xz dependency
authorAlberto Bursi <redacted>
Sat, 22 Oct 2016 09:00:49 +0000 (11:00 +0200)
committerGitHub <redacted>
Sat, 22 Oct 2016 09:00:49 +0000 (11:00 +0200)
required to extract some packages as stated in issue https://github.com/openwrt/packages/issues/3365

Signed-off-by: Alberto Bursi <redacted>
admin/debootstrap/Makefile

index eef7bf2e138bf6e334bdced8a48a910a4e47aa10..a7d45c2640224db9a605d81c590c7141e80feaa9 100644 (file)
@@ -28,7 +28,7 @@ define Package/debootstrap
   CATEGORY:=Administration
   TITLE:=Bootstrap a basic Debian system
   URL:=http://wiki.debian.org/Debootstrap
-  DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar
+  DEPENDS:= +coreutils +coreutils-chroot +coreutils-sha1sum +ar +xz
 endef
 
 define Package/debootstrap/description
git clone https://git.99rst.org/PROJECT