diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-15 05:47:56 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-08-15 05:47:56 +0200 |
commit | e58f3cf30c44934cc8d7c2b3f4fe68e6b8426edb (patch) | |
tree | 8e9147b414d45801291d42d3b57291a3431c470a /tasks | |
parent | 801451b72dc989483f61b68ca84aee92843f94fb (diff) |
add patch, curl and m4 to development task
Diffstat (limited to 'tasks')
-rw-r--r-- | tasks/004-development | 4 |
1 files changed, 3 insertions, 1 deletions
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. |