All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] postgresql: propagate BR2_USE_MMU dependency to Config.in comment
@ 2018-04-05  7:36 Thomas Petazzoni
  2018-04-08 19:43 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Thomas Petazzoni @ 2018-04-05  7:36 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=9fec3eb9131dba46cbf8474a7def05a076990079
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

The BR2_PACKAGE_POSTGRESQL option depends on BR2_USE_MMU, so the
Config.in comment about the dynamic library dependency should only be
displayed if the BR2_USE_MMU requirement is met.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
---
 package/postgresql/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/postgresql/Config.in b/package/postgresql/Config.in
index e9b8f48d4a..9dda54bf9f 100644
--- a/package/postgresql/Config.in
+++ b/package/postgresql/Config.in
@@ -19,4 +19,5 @@ config BR2_PACKAGE_POSTGRESQL
 	  http://www.postgresql.org
 
 comment "postgresql needs a toolchain w/ dynamic library"
+	depends on BR2_USE_MMU
 	depends on BR2_STATIC_LIBS

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

* [Buildroot] [git commit] postgresql: propagate BR2_USE_MMU dependency to Config.in comment
  2018-04-05  7:36 [Buildroot] [git commit] postgresql: propagate BR2_USE_MMU dependency to Config.in comment Thomas Petazzoni
@ 2018-04-08 19:43 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2018-04-08 19:43 UTC (permalink / raw)
  To: buildroot

>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@bootlin.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=9fec3eb9131dba46cbf8474a7def05a076990079
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > The BR2_PACKAGE_POSTGRESQL option depends on BR2_USE_MMU, so the
 > Config.in comment about the dynamic library dependency should only be
 > displayed if the BR2_USE_MMU requirement is met.

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>

Committed to 2018.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2018-04-08 19:43 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-04-05  7:36 [Buildroot] [git commit] postgresql: propagate BR2_USE_MMU dependency to Config.in comment Thomas Petazzoni
2018-04-08 19:43 ` 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.