diff mbox series

libmbim: inherit BR2_USE_MMU dependency from libglib2

Message ID 20170906084327.22928-1-aleksander@aleksander.es
State Accepted
Headers show
Series libmbim: inherit BR2_USE_MMU dependency from libglib2 | expand

Commit Message

Aleksander Morgado Sept. 6, 2017, 8:43 a.m. UTC
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(+)

Comments

Thomas Petazzoni Sept. 6, 2017, 8:06 p.m. UTC | #1
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
Peter Korsgaard Oct. 16, 2017, 9:49 p.m. UTC | #2
>>>>> "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.
diff mbox series

Patch

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