summaryrefslogtreecommitdiff
path: root/tasks
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2023-08-15 05:47:56 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2023-08-15 05:47:56 +0200
commite58f3cf30c44934cc8d7c2b3f4fe68e6b8426edb (patch)
tree8e9147b414d45801291d42d3b57291a3431c470a /tasks
parent801451b72dc989483f61b68ca84aee92843f94fb (diff)
add patch, curl and m4 to development task
Diffstat (limited to 'tasks')
-rw-r--r--tasks/004-development4
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.