* [Buildroot] [PATCH] package/lynx: depends on dynamic lib
@ 2018-02-03 17:05 Mario Lang
2018-02-03 17:17 ` Yann E. MORIN
2018-02-03 17:46 ` Thomas Petazzoni
0 siblings, 2 replies; 3+ messages in thread
From: Mario Lang @ 2018-02-03 17:05 UTC (permalink / raw)
To: buildroot
This fixes the following autobuild errors:
http://autobuild.buildroot.net/results/9a7b37264d592add75dd2a0f233a2de4eba4f489
http://autobuild.buildroot.net/results/d3ecc533b5c5a33a9385e7f1f689ddf9bfa6fd43
Signed-off-by: Mario Lang <mlang@blind.guru>
---
package/lynx/Config.in | 4 ++++
1 file changed, 4 insertions(+)
diff --git a/package/lynx/Config.in b/package/lynx/Config.in
index a338f83616..570d3fd15d 100644
--- a/package/lynx/Config.in
+++ b/package/lynx/Config.in
@@ -1,5 +1,6 @@
config BR2_PACKAGE_LYNX
bool "lynx"
+ depends on !BR2_STATIC_LIBS
depends on BR2_USE_MMU
select BR2_PACKAGE_SLANG if !BR2_PACKAGE_NCURSES
select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
@@ -7,3 +8,6 @@ config BR2_PACKAGE_LYNX
The Text Web-Browser.
http://lynx.invisible-island.net/
+
+comment "lynx needs a toolchain w/ dynamic lib"
+ depends on BR2_STATIC_LIBS
--
2.15.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/lynx: depends on dynamic lib
2018-02-03 17:05 [Buildroot] [PATCH] package/lynx: depends on dynamic lib Mario Lang
@ 2018-02-03 17:17 ` Yann E. MORIN
2018-02-03 17:46 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2018-02-03 17:17 UTC (permalink / raw)
To: buildroot
Mario, All,
On 2018-02-03 18:05 +0100, Mario Lang spake thusly:
> diff --git a/package/lynx/Config.in b/package/lynx/Config.in
> @@ -1,5 +1,6 @@
> config BR2_PACKAGE_LYNX
> bool "lynx"
> + depends on !BR2_STATIC_LIBS
> depends on BR2_USE_MMU
Software dependencies (!static) should go after hardware dependencies
(here, MMU).
Regards,
Yann E. MORIN.
--
.-----------------.--------------------.------------------.--------------------.
| 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] 3+ messages in thread
* [Buildroot] [PATCH] package/lynx: depends on dynamic lib
2018-02-03 17:05 [Buildroot] [PATCH] package/lynx: depends on dynamic lib Mario Lang
2018-02-03 17:17 ` Yann E. MORIN
@ 2018-02-03 17:46 ` Thomas Petazzoni
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-02-03 17:46 UTC (permalink / raw)
To: buildroot
Hello,
On Sat, 3 Feb 2018 18:05:55 +0100, Mario Lang wrote:
> This fixes the following autobuild errors:
> http://autobuild.buildroot.net/results/9a7b37264d592add75dd2a0f233a2de4eba4f489
> http://autobuild.buildroot.net/results/d3ecc533b5c5a33a9385e7f1f689ddf9bfa6fd43
>
> Signed-off-by: Mario Lang <mlang@blind.guru>
> ---
> package/lynx/Config.in | 4 ++++
> 1 file changed, 4 insertions(+)
>
> diff --git a/package/lynx/Config.in b/package/lynx/Config.in
> index a338f83616..570d3fd15d 100644
> --- a/package/lynx/Config.in
> +++ b/package/lynx/Config.in
> @@ -1,5 +1,6 @@
> config BR2_PACKAGE_LYNX
> bool "lynx"
> + depends on !BR2_STATIC_LIBS
> depends on BR2_USE_MMU
> select BR2_PACKAGE_SLANG if !BR2_PACKAGE_NCURSES
> select BR2_PACKAGE_OPENSSL if !BR2_PACKAGE_GNUTLS
> @@ -7,3 +8,6 @@ config BR2_PACKAGE_LYNX
> The Text Web-Browser.
>
> http://lynx.invisible-island.net/
> +
> +comment "lynx needs a toolchain w/ dynamic lib"
> + depends on BR2_STATIC_LIBS
The comment needs a "depends on BR2_USE_MMU" dependency.
Thanks!
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
http://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-02-03 17:46 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-02-03 17:05 [Buildroot] [PATCH] package/lynx: depends on dynamic lib Mario Lang
2018-02-03 17:17 ` Yann E. MORIN
2018-02-03 17:46 ` Thomas Petazzoni
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox