diff mbox

cosmo: disable package until upstream site is fixed

Message ID 1402608995-762-1-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit acaaed7d70b1d624859d04290beff66d680e3ab0
Headers show

Commit Message

Thomas Petazzoni June 12, 2014, 9:36 p.m. UTC
Fixes:

  http://autobuild.buildroot.org/results/1ca/1ca98e95b106a948f1c0d0153a290ae1d9adb76d/

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
 package/cosmo/Config.in | 2 ++
 1 file changed, 2 insertions(+)

Comments

Yann E. MORIN June 12, 2014, 9:41 p.m. UTC | #1
Thomas, All,

On 2014-06-12 23:36 +0200, Thomas Petazzoni spake thusly:
> Fixes:
>   http://autobuild.buildroot.org/results/1ca/1ca98e95b106a948f1c0d0153a290ae1d9adb76d/

And so many more... :-/

> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

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

Regards,
Yann E. MORIN.

> ---
>  package/cosmo/Config.in | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/package/cosmo/Config.in b/package/cosmo/Config.in
> index cf5e123..869a107 100644
> --- a/package/cosmo/Config.in
> +++ b/package/cosmo/Config.in
> @@ -2,6 +2,8 @@ config BR2_PACKAGE_COSMO
>  	bool "cosmo"
>  	# run-time dependency
>  	select BR2_PACKAGE_LPEG
> +	# upstream site does not provide a valid archive
> +	depends on BROKEN
>  	help
>  	  Cosmo is a "safe templates" engine for Lua.
>  
> -- 
> 2.0.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot@busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
Peter Korsgaard June 13, 2014, 7:46 a.m. UTC | #2
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Fixes:
 >   http://autobuild.buildroot.org/results/1ca/1ca98e95b106a948f1c0d0153a290ae1d9adb76d/

 > Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>

Committed, thanks.
diff mbox

Patch

diff --git a/package/cosmo/Config.in b/package/cosmo/Config.in
index cf5e123..869a107 100644
--- a/package/cosmo/Config.in
+++ b/package/cosmo/Config.in
@@ -2,6 +2,8 @@  config BR2_PACKAGE_COSMO
 	bool "cosmo"
 	# run-time dependency
 	select BR2_PACKAGE_LPEG
+	# upstream site does not provide a valid archive
+	depends on BROKEN
 	help
 	  Cosmo is a "safe templates" engine for Lua.