From: Bernd Kuhls <bernd@kuhls.net>
To: buildroot@buildroot.org
Cc: Jianhui Zhao <zhaojh329@gmail.com>
Subject: [Buildroot] [PATCH 1/1] package/libuhttpd: fix comment
Date: Thu, 20 Jul 2023 22:28:29 +0200 [thread overview]
Message-ID: <20230720202829.2568063-1-bernd@kuhls.net> (raw)
Signed-off-by: Bernd Kuhls <bernd@kuhls.net>
---
package/libuhttpd/Config.in | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/libuhttpd/Config.in b/package/libuhttpd/Config.in
index a552a88f0c..d89f4541b6 100644
--- a/package/libuhttpd/Config.in
+++ b/package/libuhttpd/Config.in
@@ -13,4 +13,4 @@ config BR2_PACKAGE_LIBUHTTPD
comment "libuhttpd needs a toolchain w/ gcc >= 4.9"
depends on BR2_USE_MMU
- depends on BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
+ depends on !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
--
2.39.2
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot
next reply other threads:[~2023-07-20 20:28 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-07-20 20:28 Bernd Kuhls [this message]
2023-07-20 21:19 ` [Buildroot] [PATCH 1/1] package/libuhttpd: fix comment Thomas Petazzoni via buildroot
2023-08-26 17:31 ` Peter Korsgaard
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20230720202829.2568063-1-bernd@kuhls.net \
--to=bernd@kuhls.net \
--cc=buildroot@buildroot.org \
--cc=zhaojh329@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.