All of lore.kernel.org
 help / color / mirror / Atom feed
From: Peter Seiderer <ps.report@gmx.net>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH v1 2/2] package/postgis: fix comment dependencies (binutils-bug-21464, binutils-bug-27597)
Date: Sun,  2 May 2021 16:40:48 +0200	[thread overview]
Message-ID: <20210502144048.1212-2-ps.report@gmx.net> (raw)
In-Reply-To: <20210502144048.1212-1-ps.report@gmx.net>

The comment dependencies need to be the inverse of the package
dependencies (fixes comment shown in menuconfig even if the package
is available).

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
---
 package/postgis/Config.in | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package/postgis/Config.in b/package/postgis/Config.in
index 49887b61c0..04705f7e16 100644
--- a/package/postgis/Config.in
+++ b/package/postgis/Config.in
@@ -24,5 +24,5 @@ comment "postgis needs a toolchain w/ C++, threads, wchar, gcc >= 4.7, not binut
 	depends on !BR2_microblazeel && !BR2_microblazebe # ICE
 	depends on !BR2_INSTALL_LIBSTDCPP || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_7 || \
 		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_USE_WCHAR || \
-		!BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464 || \
-		!BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
+		BR2_TOOLCHAIN_HAS_BINUTILS_BUG_21464 || \
+		BR2_TOOLCHAIN_HAS_BINUTILS_BUG_27597
-- 
2.31.1

  reply	other threads:[~2021-05-02 14:40 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-02 14:40 [Buildroot] [PATCH v1 1/2] package/libgeos: fix comment dependencies (binutils-bug-12464, binutils-bug-27597) Peter Seiderer
2021-05-02 14:40 ` Peter Seiderer [this message]
2021-05-14 18:39   ` [Buildroot] [PATCH v1 2/2] package/postgis: fix comment dependencies (binutils-bug-21464, binutils-bug-27597) Peter Korsgaard
2021-05-14 18:39 ` [Buildroot] [PATCH v1 1/2] package/libgeos: fix comment dependencies (binutils-bug-12464, binutils-bug-27597) Peter Korsgaard
2021-05-17 19:20 ` 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=20210502144048.1212-2-ps.report@gmx.net \
    --to=ps.report@gmx.net \
    --cc=buildroot@busybox.net \
    /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.