* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency
@ 2017-11-13 19:23 Bernd Kuhls
2017-11-13 21:08 ` Peter Korsgaard
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: Bernd Kuhls @ 2017-11-13 19:23 UTC (permalink / raw)
To: buildroot
Fixes
"mesa3d is in the dependency chain of xapp_xdriinfo that has added it
to its _DEPENDENCIES variable without selecting it or depending on it
from Config.in."
http://autobuild.buildroot.net/results/d8a/d8aeed2f64e21a277eb0bc5dc08d2339a14c682e/
Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
---
Bug was introduced in 2014:
https://git.buildroot.net/buildroot/commit/package/x11r7/xapp_xdriinfo/Config.in?id=e49a0c656a1a27b80bca730f40101f6ff37d42af
package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk b/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
index bb00d3ba07..ffab5170dc 100644
--- a/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
+++ b/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
@@ -9,6 +9,6 @@ XAPP_XDRIINFO_SOURCE = xdriinfo-$(XAPP_XDRIINFO_VERSION).tar.bz2
XAPP_XDRIINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
XAPP_XDRIINFO_LICENSE = MIT
XAPP_XDRIINFO_LICENSE_FILES = COPYING
-XAPP_XDRIINFO_DEPENDENCIES = xlib_libX11 xproto_glproto mesa3d
+XAPP_XDRIINFO_DEPENDENCIES = libgl xlib_libX11 xproto_glproto
$(eval $(autotools-package))
--
2.11.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency
2017-11-13 19:23 [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency Bernd Kuhls
@ 2017-11-13 21:08 ` Peter Korsgaard
2017-11-13 21:09 ` Yann E. MORIN
2017-11-26 21:37 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-11-13 21:08 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Fixes
> "mesa3d is in the dependency chain of xapp_xdriinfo that has added it
> to its _DEPENDENCIES variable without selecting it or depending on it
> from Config.in."
> http://autobuild.buildroot.net/results/d8a/d8aeed2f64e21a277eb0bc5dc08d2339a14c682e/
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> Bug was introduced in 2014:
> https://git.buildroot.net/buildroot/commit/package/x11r7/xapp_xdriinfo/Config.in?id=e49a0c656a1a27b80bca730f40101f6ff37d42af
Committed, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency
2017-11-13 19:23 [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency Bernd Kuhls
2017-11-13 21:08 ` Peter Korsgaard
@ 2017-11-13 21:09 ` Yann E. MORIN
2017-11-26 21:37 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Yann E. MORIN @ 2017-11-13 21:09 UTC (permalink / raw)
To: buildroot
Bernd, All,
On 2017-11-13 20:23 +0100, Bernd Kuhls spake thusly:
> Fixes
> "mesa3d is in the dependency chain of xapp_xdriinfo that has added it
> to its _DEPENDENCIES variable without selecting it or depending on it
> from Config.in."
> http://autobuild.buildroot.net/results/d8a/d8aeed2f64e21a277eb0bc5dc08d2339a14c682e/
>
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Regards,
Yann E. MORIN.
> ---
> Bug was introduced in 2014:
> https://git.buildroot.net/buildroot/commit/package/x11r7/xapp_xdriinfo/Config.in?id=e49a0c656a1a27b80bca730f40101f6ff37d42af
>
> package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk b/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
> index bb00d3ba07..ffab5170dc 100644
> --- a/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
> +++ b/package/x11r7/xapp_xdriinfo/xapp_xdriinfo.mk
> @@ -9,6 +9,6 @@ XAPP_XDRIINFO_SOURCE = xdriinfo-$(XAPP_XDRIINFO_VERSION).tar.bz2
> XAPP_XDRIINFO_SITE = http://xorg.freedesktop.org/releases/individual/app
> XAPP_XDRIINFO_LICENSE = MIT
> XAPP_XDRIINFO_LICENSE_FILES = COPYING
> -XAPP_XDRIINFO_DEPENDENCIES = xlib_libX11 xproto_glproto mesa3d
> +XAPP_XDRIINFO_DEPENDENCIES = libgl xlib_libX11 xproto_glproto
>
> $(eval $(autotools-package))
> --
> 2.11.0
>
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 223 225 172 `------------.-------: X AGAINST | \e/ There is no |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL | v conspiracy. |
'------------------------------^-------^------------------^--------------------'
^ permalink raw reply [flat|nested] 4+ messages in thread
* [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency
2017-11-13 19:23 [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency Bernd Kuhls
2017-11-13 21:08 ` Peter Korsgaard
2017-11-13 21:09 ` Yann E. MORIN
@ 2017-11-26 21:37 ` Peter Korsgaard
2 siblings, 0 replies; 4+ messages in thread
From: Peter Korsgaard @ 2017-11-26 21:37 UTC (permalink / raw)
To: buildroot
>>>>> "Bernd" == Bernd Kuhls <bernd.kuhls@t-online.de> writes:
> Fixes
> "mesa3d is in the dependency chain of xapp_xdriinfo that has added it
> to its _DEPENDENCIES variable without selecting it or depending on it
> from Config.in."
> http://autobuild.buildroot.net/results/d8a/d8aeed2f64e21a277eb0bc5dc08d2339a14c682e/
> Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> Bug was introduced in 2014:
> https://git.buildroot.net/buildroot/commit/package/x11r7/xapp_xdriinfo/Config.in?id=e49a0c656a1a27b80bca730f40101f6ff37d42af
Committed to 2017.02.x and 2017.08.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2017-11-26 21:37 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-11-13 19:23 [Buildroot] [PATCH 1/1] package/x11r7/xapp_xdriinfo: fix libgl dependency Bernd Kuhls
2017-11-13 21:08 ` Peter Korsgaard
2017-11-13 21:09 ` Yann E. MORIN
2017-11-26 21:37 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox