Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] libmbim: inherit BR2_USE_MMU dependency from libglib2
@ 2017-09-06  8:43 Aleksander Morgado
  2017-09-06 20:06 ` Thomas Petazzoni
  2017-10-16 21:49 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Aleksander Morgado @ 2017-09-06  8:43 UTC (permalink / raw)
  To: buildroot

The USE_MMU dependency was missing from the chain of dependencies.

Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
---
 package/libmbim/Config.in | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/libmbim/Config.in b/package/libmbim/Config.in
index 4f8059264..5db8efbf9 100644
--- a/package/libmbim/Config.in
+++ b/package/libmbim/Config.in
@@ -2,6 +2,7 @@ config BR2_PACKAGE_LIBMBIM
 	bool "libmbim"
 	depends on BR2_USE_WCHAR # libglib2
 	depends on BR2_TOOLCHAIN_HAS_THREADS # libglib2
+	depends on BR2_USE_MMU # libglib2
 	depends on BR2_PACKAGE_HAS_UDEV
 	select BR2_PACKAGE_LIBGUDEV
 	select BR2_PACKAGE_LIBGLIB2
@@ -13,5 +14,6 @@ config BR2_PACKAGE_LIBMBIM
 	  http://www.freedesktop.org/wiki/Software/libmbim/
 
 comment "libmbim needs udev /dev management and a toolchain w/ wchar, threads"
+	depends on BR2_USE_MMU
 	depends on !BR2_USE_WCHAR || !BR2_TOOLCHAIN_HAS_THREADS || \
 		!BR2_PACKAGE_HAS_UDEV
-- 
2.13.1

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

* [Buildroot] [PATCH] libmbim: inherit BR2_USE_MMU dependency from libglib2
  2017-09-06  8:43 [Buildroot] [PATCH] libmbim: inherit BR2_USE_MMU dependency from libglib2 Aleksander Morgado
@ 2017-09-06 20:06 ` Thomas Petazzoni
  2017-10-16 21:49 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2017-09-06 20:06 UTC (permalink / raw)
  To: buildroot

Hello,

On Wed,  6 Sep 2017 10:43:27 +0200, Aleksander Morgado wrote:
> The USE_MMU dependency was missing from the chain of dependencies.
> 
> Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>
> ---
>  package/libmbim/Config.in | 2 ++
>  1 file changed, 2 insertions(+)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

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

* [Buildroot] [PATCH] libmbim: inherit BR2_USE_MMU dependency from libglib2
  2017-09-06  8:43 [Buildroot] [PATCH] libmbim: inherit BR2_USE_MMU dependency from libglib2 Aleksander Morgado
  2017-09-06 20:06 ` Thomas Petazzoni
@ 2017-10-16 21:49 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-10-16 21:49 UTC (permalink / raw)
  To: buildroot

>>>>> "Aleksander" == Aleksander Morgado <aleksander@aleksander.es> writes:

 > The USE_MMU dependency was missing from the chain of dependencies.
 > Signed-off-by: Aleksander Morgado <aleksander@aleksander.es>

Committed to 2017.08.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-10-16 21:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-09-06  8:43 [Buildroot] [PATCH] libmbim: inherit BR2_USE_MMU dependency from libglib2 Aleksander Morgado
2017-09-06 20:06 ` Thomas Petazzoni
2017-10-16 21:49 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox