All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH v1 1/2] package/edid-decode: fix typo in Config.in for comment selection
@ 2023-05-04 20:21 Peter Seiderer
  2023-05-04 20:21 ` [Buildroot] [PATCH v1 2/2] package/edid-decode: bump version to 2d44e1b Peter Seiderer
  2023-05-16 12:36 ` [Buildroot] [PATCH v1 1/2] package/edid-decode: fix typo in Config.in for comment selection Peter Korsgaard
  0 siblings, 2 replies; 4+ messages in thread
From: Peter Seiderer @ 2023-05-04 20:21 UTC (permalink / raw)
  To: buildroot

Fix typo ('!!' vs. '!') Config.in for dependencies comment selection
(introduced by commit 'package/edid-decode: bump version to 1889504',
see [1]).

[1] https://git.buildroot.net/buildroot/commit/?id=d498088fe7e1e664d4ee8d9bc54262d40227d6e5

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/edid-decode/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/package/edid-decode/Config.in b/package/edid-decode/Config.in
index ddf1942c68..5ebecd7330 100644
--- a/package/edid-decode/Config.in
+++ b/package/edid-decode/Config.in
@@ -8,5 +8,5 @@ config BR2_PACKAGE_EDID_DECODE
 	  https://git.linuxtv.org/edid-decode.git/
 
 comment "edid-decode needs a toolchain w/ C++, gcc >= 4.7"
-	depends on !!BR2_INSTALL_LIBSTDCPP || \
+	depends on !BR2_INSTALL_LIBSTDCPP || \
 		!BR2_TOOLCHAIN_GCC_AT_LEAST_4_7
-- 
2.40.0

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-05-16 12:37 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-05-04 20:21 [Buildroot] [PATCH v1 1/2] package/edid-decode: fix typo in Config.in for comment selection Peter Seiderer
2023-05-04 20:21 ` [Buildroot] [PATCH v1 2/2] package/edid-decode: bump version to 2d44e1b Peter Seiderer
2023-05-04 20:41   ` Yann E. MORIN
2023-05-16 12:36 ` [Buildroot] [PATCH v1 1/2] package/edid-decode: fix typo in Config.in for comment selection Peter Korsgaard

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.