summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2025-04-07 00:07:43 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2025-04-07 00:07:43 +0200
commitb9a6492b6fd1dd1f76aa763c57f96db205c1a96b (patch)
tree343f1b5ff78453b2138940b412d05ee52874b986
parent13b491a58bf43e250f4b5106d77611661949004f (diff)
toybox: update to 0.8.12
-rw-r--r--package/toybox/Makefile6
1 files changed, 4 insertions, 2 deletions
diff --git a/package/toybox/Makefile b/package/toybox/Makefile
index c32c3aac5..9ab6d4d91 100644
--- a/package/toybox/Makefile
+++ b/package/toybox/Makefile
@@ -4,9 +4,9 @@
include $(ADK_TOPDIR)/rules.mk
PKG_NAME:= toybox
-PKG_VERSION:= 0.8.3
+PKG_VERSION:= 0.8.12
PKG_RELEASE:= 1
-PKG_HASH:= eab28fd29d19d4e61ef09704e5871940e6f35fd35a3bb1285e41f204504b5c01
+PKG_HASH:= ad88a921133ae2231d9f2df875ec0bd42af4429145caea7d7db9e02208a6fd2e
PKG_DESCR:= linux tools collection
PKG_SECTION:= base/apps
PKG_URL:= http://landley.net/toybox/
@@ -24,6 +24,8 @@ XAKE_FLAGS+= CC="gcc" V=1 PREFIX="$(WRKINST)"
do-configure:
-rm $(WRKBUILD)/toys/other/swap*.c
+ -rm $(WRKBUILD)/toys/posix/getconf.c
+ -rm $(WRKBUILD)/toys/posix/iconv.c
cd $(WRKBUILD); CC="gcc" PATH='$(HOST_PATH)' $(MAKE) defconfig
toybox-install: