From e58f3cf30c44934cc8d7c2b3f4fe68e6b8426edb Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Tue, 15 Aug 2023 05:47:56 +0200 Subject: add patch, curl and m4 to development task --- tasks/004-development | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tasks/004-development b/tasks/004-development index d486a97e8..3f0c332f6 100644 --- a/tasks/004-development +++ b/tasks/004-development @@ -8,6 +8,7 @@ config ADK_APPLIANCE_DEVELOPMENT select ADK_PACKAGE_BISON select ADK_PACKAGE_FLEX select ADK_PACKAGE_PKGCONF + select ADK_PACKAGE_PATCH select ADK_PACKAGE_AUTOCONF select ADK_PACKAGE_AUTOMAKE select ADK_PACKAGE_LIBTOOL @@ -15,9 +16,10 @@ config ADK_APPLIANCE_DEVELOPMENT select ADK_PACKAGE_MUSL_DEV if ADK_TARGET_LIB_MUSL select ADK_PACKAGE_UCLIBC_NG_DEV if ADK_TARGET_LIB_UCLIBC_NG select ADK_PACKAGE_GIT + select ADK_PACKAGE_M4 select ADK_PACKAGE_OPENSSH select ADK_PACKAGE_OPENSSH_CLIENT - select ADK_PACKAGE_WGET + select ADK_PACKAGE_CURL help If you want to develop software on your target, choose this appliance, so gcc, binutils and co will be selected. -- cgit v1.2.3