diff mbox series

[1/1] package/mosquitto: fix typo in Config.in

Message ID 20190802151803.72721-1-titouan.christophe@railnova.eu
State Accepted
Headers show
Series [1/1] package/mosquitto: fix typo in Config.in | expand

Commit Message

Titouan Christophe Aug. 2, 2019, 3:18 p.m. UTC
Introduced in ea989ad2b2c2361c47e269dd89cb559edf561db4

Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
---
 package/mosquitto/Config.in | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Peter Korsgaard Aug. 2, 2019, 3:45 p.m. UTC | #1
>>>>> "Titouan" == Titouan Christophe <titouan.christophe@railnova.eu> writes:

 > Introduced in ea989ad2b2c2361c47e269dd89cb559edf561db4
 > Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>
 > ---
 >  package/mosquitto/Config.in | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
 > index 11b6d7891b..c7373d9a84 100644
 > --- a/package/mosquitto/Config.in
 > +++ b/package/mosquitto/Config.in
 > @@ -21,7 +21,7 @@ config BR2_PACKAGE_MOSQUITTO_BROKER
 >  	  Build and install the mosquitto broker onto target.
 
 >  comment "mosquitto broker needs a system with MMU"
 > -	depends on BR2_PACKAGE_MOSQUTTO && !BR2_USE_MMU
 > +	depends on BR2_PACKAGE_MOSQUITTO && !BR2_USE_MMU

Hah, so my bugfix introduced another bug - Sorry about that.
Peter Korsgaard Aug. 29, 2019, 9:04 p.m. UTC | #2
>>>>> "Titouan" == Titouan Christophe <titouan.christophe@railnova.eu> writes:

 > Introduced in ea989ad2b2c2361c47e269dd89cb559edf561db4
 > Signed-off-by: Titouan Christophe <titouan.christophe@railnova.eu>

Committed to 2019.02.x and 2019.05.x, thanks.
diff mbox series

Patch

diff --git a/package/mosquitto/Config.in b/package/mosquitto/Config.in
index 11b6d7891b..c7373d9a84 100644
--- a/package/mosquitto/Config.in
+++ b/package/mosquitto/Config.in
@@ -21,7 +21,7 @@  config BR2_PACKAGE_MOSQUITTO_BROKER
 	  Build and install the mosquitto broker onto target.
 
 comment "mosquitto broker needs a system with MMU"
-	depends on BR2_PACKAGE_MOSQUTTO && !BR2_USE_MMU
+	depends on BR2_PACKAGE_MOSQUITTO && !BR2_USE_MMU
 
 comment "mosquitto needs a toolchain w/ dynamic library"
 	depends on BR2_STATIC_LIBS