You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by bt...@apache.org on 2020/04/27 19:23:55 UTC

[incubator-nuttx-testing] branch master updated: cibuild.sh: Do not disable kconfig-frontend utilities.

This is an automated email from the ASF dual-hosted git repository.

btashton pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx-testing.git


The following commit(s) were added to refs/heads/master by this push:
     new 1c3c293  cibuild.sh:  Do not disable kconfig-frontend utilities.
1c3c293 is described below

commit 1c3c2937a680bab308096eaca9a5b9ff62abd84c
Author: Gregory Nutt <gn...@nuttx.org>
AuthorDate: Mon Apr 27 13:04:18 2020 -0600

    cibuild.sh:  Do not disable kconfig-frontend utilities.
---
 cibuild.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cibuild.sh b/cibuild.sh
index 10f06ac..c06f4bb 100755
--- a/cibuild.sh
+++ b/cibuild.sh
@@ -117,7 +117,7 @@ function kconfig-frontends {
     ./configure --prefix=$prebuilt/kconfig-frontends \
       --disable-kconfig --disable-nconf --disable-qconf \
       --disable-gconf --disable-mconf --disable-static \
-      --disable-shared --disable-L10n --disable-utils
+      --disable-shared --disable-L10n
     # Avoid "aclocal/automake missing" errors
     touch aclocal.m4 Makefile.in
     make install