diff mbox

samba4: add comment arch dependencies

Message ID b249dcfddfaa7cb817d4975854a2c3565515d553.1393770914.git.baruch@tkos.co.il
State Accepted
Headers show

Commit Message

Baruch Siach March 2, 2014, 2:35 p.m. UTC
Hide the comment for unsupported architectures.

Signed-off-by: Baruch Siach <baruch@tkos.co.il>
---
 package/samba4/Config.in | 1 +
 1 file changed, 1 insertion(+)

Comments

Gustavo Zacarias March 2, 2014, 3:17 p.m. UTC | #1
On 03/02/2014 11:35 AM, Baruch Siach wrote:

> Hide the comment for unsupported architectures.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Acked-by: Gustavo Zacarias <gustavo@zacarias.com.ar>
Thomas Petazzoni March 2, 2014, 3:25 p.m. UTC | #2
Dear Baruch Siach,

On Sun,  2 Mar 2014 16:35:14 +0200, Baruch Siach wrote:
> Hide the comment for unsupported architectures.
> 
> Signed-off-by: Baruch Siach <baruch@tkos.co.il>

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/samba4/Config.in b/package/samba4/Config.in
index fcc03dfb1528..bea26cba3625 100644
--- a/package/samba4/Config.in
+++ b/package/samba4/Config.in
@@ -20,5 +20,6 @@  config BR2_PACKAGE_SAMBA4
 	  http://www.samba.org/
 
 comment "samba4 needs a toolchain w/ IPv6, wchar, largfile, threads"
+	depends on BR2_arm || BR2_powerpc || BR2_x86_64
 	depends on !BR2_TOOLCHAIN_HAS_THREADS || !BR2_LARGEFILE || \
 		!BR2_USE_WCHAR || !BR2_INET_IPV6