Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/weston: mark the RDP backend as broken
@ 2015-08-19 23:06 Yann E. MORIN
  2015-08-20 21:58 ` Thomas Petazzoni
  0 siblings, 1 reply; 2+ messages in thread
From: Yann E. MORIN @ 2015-08-19 23:06 UTC (permalink / raw)
  To: buildroot

weston needs FreeRDP from master, as it uses new settings only
introduced in there.

Since it is too late in the release cycle to bump FreeRDP, just mark the
weston RDP backend as broken.

Fixes:
    http://autobuild.buildroot.org/results/ef6/ef685a41a56e81dc93a40f23f8cd55860f44e055/
    http://autobuild.buildroot.org/results/c42/c42d72498e05364a718748caef74bba6c423d7d1/
    http://autobuild.buildroot.org/results/c78/c783695a5b1a18976361ea36627505b281b11781/
    ...

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
---
 package/weston/Config.in | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/package/weston/Config.in b/package/weston/Config.in
index 07773f0..f530e22 100644
--- a/package/weston/Config.in
+++ b/package/weston/Config.in
@@ -41,8 +41,12 @@ config BR2_PACKAGE_WESTON_HAS_COMPOSITOR
 config BR2_PACKAGE_WESTON_FBDEV
 	bool "fbdev compositor"
 
+# RDP backend needs FreeRDP master, while we only have stable-1.1
+comment "RDP backend is broken"
+
 config BR2_PACKAGE_WESTON_RDP
 	bool "RDP compositor"
+	depends on BROKEN # needs FreeRDP master
 	depends on BR2_USE_WCHAR # freerdp
 	select BR2_PACKAGE_FREERDP
 	select BR2_PACKAGE_WESTON_HAS_COMPOSITOR
@@ -60,6 +64,7 @@ config BR2_PACKAGE_WESTON_RDP
 	  overlay.
 
 comment "RDP compositor needs a toolchain w/ wchar"
+	depends on BROKEN # needs FreeRDP master
 	depends on !BR2_USE_WCHAR
 
 # rpi-userland is an EGL/GLES provider, so we can't select it
-- 
1.9.1

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [Buildroot] [PATCH] package/weston: mark the RDP backend as broken
  2015-08-19 23:06 [Buildroot] [PATCH] package/weston: mark the RDP backend as broken Yann E. MORIN
@ 2015-08-20 21:58 ` Thomas Petazzoni
  0 siblings, 0 replies; 2+ messages in thread
From: Thomas Petazzoni @ 2015-08-20 21:58 UTC (permalink / raw)
  To: buildroot

Dear Yann E. MORIN,

On Thu, 20 Aug 2015 01:06:22 +0200, Yann E. MORIN wrote:
> weston needs FreeRDP from master, as it uses new settings only
> introduced in there.
> 
> Since it is too late in the release cycle to bump FreeRDP, just mark the
> weston RDP backend as broken.
> 
> Fixes:
>     http://autobuild.buildroot.org/results/ef6/ef685a41a56e81dc93a40f23f8cd55860f44e055/
>     http://autobuild.buildroot.org/results/c42/c42d72498e05364a718748caef74bba6c423d7d1/
>     http://autobuild.buildroot.org/results/c78/c783695a5b1a18976361ea36627505b281b11781/
>     ...
> 
> Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
> ---
>  package/weston/Config.in | 5 +++++
>  1 file changed, 5 insertions(+)

Applied, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Free Electrons
Embedded Linux, Kernel and Android engineering
http://free-electrons.com

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2015-08-20 21:58 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-19 23:06 [Buildroot] [PATCH] package/weston: mark the RDP backend as broken Yann E. MORIN
2015-08-20 21:58 ` Thomas Petazzoni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox