diff mbox

package/kyua: add atf reverse dependency

Message ID 1437744272-27546-1-git-send-email-romain.naour@openwide.fr
State Accepted
Headers show

Commit Message

Romain Naour July 24, 2015, 1:24 p.m. UTC
atf package depends on BR2_USE_MMU, therefore kyua must
also depend on it.

Fixes:
http://autobuild.buildroot.net/results/929/9290a39d9b77e5a57e59912ce3d901149e9d6c11/

Signed-off-by: Romain Naour <romain.naour@openwide.fr>
---
 package/kyua/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN July 25, 2015, 9:38 p.m. UTC | #1
Romain, all,

On 2015-07-24 15:24 +0200, Romain Naour spake thusly:
> atf package depends on BR2_USE_MMU, therefore kyua must
> also depend on it.
> 
> Fixes:
> http://autobuild.buildroot.net/results/929/9290a39d9b77e5a57e59912ce3d901149e9d6c11/
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>

Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>

Regards,
Yann E. MORIN.

> ---
>  package/kyua/Config.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/kyua/Config.in b/package/kyua/Config.in
> index e1bcd48..4f887b0 100644
> --- a/package/kyua/Config.in
> +++ b/package/kyua/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_KYUA
>  	depends on BR2_INSTALL_LIBSTDCPP
>  	depends on BR2_PACKAGE_HAS_LUAINTERPRETER # lutok
>  	depends on !BR2_PACKAGE_LUAJIT # lutok
> +	depends on BR2_USE_MMU # atf
>  	select BR2_PACKAGE_ATF
>  	select BR2_PACKAGE_LUTOK
>  	select BR2_PACKAGE_SQLITE
> @@ -18,3 +19,4 @@ config BR2_PACKAGE_KYUA
>  comment "kyua needs a toolchain w/ C++ and full Lua"
>  	depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT
>  	depends on BR2_PACKAGE_HAS_LUAINTERPRETER
> +	depends on BR2_USE_MMU
> -- 
> 2.4.3
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Thomas Petazzoni July 26, 2015, 1:21 p.m. UTC | #2
Dear Romain Naour,

On Fri, 24 Jul 2015 15:24:32 +0200, Romain Naour wrote:
> atf package depends on BR2_USE_MMU, therefore kyua must
> also depend on it.
> 
> Fixes:
> http://autobuild.buildroot.net/results/929/9290a39d9b77e5a57e59912ce3d901149e9d6c11/
> 
> Signed-off-by: Romain Naour <romain.naour@openwide.fr>
> ---
>  package/kyua/Config.in | 2 ++
>  1 file changed, 2 insertions(+)

Applied, thanks.

Thomas
diff mbox

Patch

diff --git a/package/kyua/Config.in b/package/kyua/Config.in
index e1bcd48..4f887b0 100644
--- a/package/kyua/Config.in
+++ b/package/kyua/Config.in
@@ -3,6 +3,7 @@  config BR2_PACKAGE_KYUA
 	depends on BR2_INSTALL_LIBSTDCPP
 	depends on BR2_PACKAGE_HAS_LUAINTERPRETER # lutok
 	depends on !BR2_PACKAGE_LUAJIT # lutok
+	depends on BR2_USE_MMU # atf
 	select BR2_PACKAGE_ATF
 	select BR2_PACKAGE_LUTOK
 	select BR2_PACKAGE_SQLITE
@@ -18,3 +19,4 @@  config BR2_PACKAGE_KYUA
 comment "kyua needs a toolchain w/ C++ and full Lua"
 	depends on !BR2_INSTALL_LIBSTDCPP || BR2_PACKAGE_LUAJIT
 	depends on BR2_PACKAGE_HAS_LUAINTERPRETER
+	depends on BR2_USE_MMU