From 5749c48922c91b1a7660614cd30d5774ca3d49c3 Mon Sep 17 00:00:00 2001 From: Ian Leonard Date: Sun, 30 Jun 2024 03:34:18 -0400 Subject: [PATCH] image: add pigz:host depend for mkimage Signed-off-by: Ian Leonard --- packages/virtual/image/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/virtual/image/package.mk b/packages/virtual/image/package.mk index 005bb7cf23..04dac096a7 100644 --- a/packages/virtual/image/package.mk +++ b/packages/virtual/image/package.mk @@ -4,7 +4,7 @@ PKG_NAME="image" PKG_LICENSE="GPL" PKG_SITE="https://libreelec.tv" -PKG_DEPENDS_TARGET="toolchain squashfs-tools:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts network misc-packages debug exfatprogs" +PKG_DEPENDS_TARGET="toolchain squashfs-tools:host pigz:host dosfstools:host fakeroot:host kmod:host mtools:host populatefs:host libc gcc linux linux-drivers linux-firmware ${BOOTLOADER} busybox util-linux corefonts network misc-packages debug exfatprogs" PKG_SECTION="virtual" PKG_LONGDESC="Root package used to build and create complete image"