From 63add57ef96f10f464fc1bf7c821d2281b39edeb Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 4 Nov 2022 02:29:27 +0000 Subject: Using toybox instead of sbase for posix --- repo/base-build/base-build.xibuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'repo/base-build/base-build.xibuild') diff --git a/repo/base-build/base-build.xibuild b/repo/base-build/base-build.xibuild index dfe8ac1..0fdf10b 100644 --- a/repo/base-build/base-build.xibuild +++ b/repo/base-build/base-build.xibuild @@ -1,4 +1,4 @@ #!/bin/sh -DEPS="musl binutils gcc linux-headers tcl expect dejagnu m4 ncurses dash bison bzip2 sbase diffutils file findutils gawk grep sed gzip make patch perl tar texinfo xz flex" +DEPS="musl binutils gcc linux-headers tcl expect dejagnu m4 ncurses dash bison bzip2 toybox diffutils file findutils gawk grep sed gzip make patch perl tar texinfo xz flex" DESC="Base toolchain used to build other packages" -- cgit v1.2.1