* [Buildroot] [PATCH 1/1] package/matchbox: add missing expat dependency
@ 2020-05-08 14:56 Fabrice Fontaine
2020-05-08 20:04 ` Yann E. MORIN
2020-05-10 19:51 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2020-05-08 14:56 UTC (permalink / raw)
To: buildroot
matchbox selects expat but does not add it to its dependency resulting
in the following build failure:
configure: error: cannot find expat library
make: *** [/home/buildroot/autobuild/run/instance-2/output-1/build/matchbox-1.2/.stamp_configured] Error 1
Fixes:
- http://autobuild.buildroot.org/results/37021f1d7fcfd890011068a28ce6181dc509e746
Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
package/matchbox/matchbox.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/package/matchbox/matchbox.mk b/package/matchbox/matchbox.mk
index c0a2778b67..4d30a42ca3 100644
--- a/package/matchbox/matchbox.mk
+++ b/package/matchbox/matchbox.mk
@@ -10,7 +10,7 @@ MATCHBOX_SITE = http://downloads.yoctoproject.org/releases/matchbox/matchbox-win
MATCHBOX_LICENSE = GPL-2.0+
MATCHBOX_LICENSE_FILES = COPYING
-MATCHBOX_DEPENDENCIES = matchbox-lib
+MATCHBOX_DEPENDENCIES = expat matchbox-lib
MATCHBOX_CONF_OPTS = \
--enable-expat \
--disable-gconf \
--
2.26.2
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH 1/1] package/matchbox: add missing expat dependency
2020-05-08 14:56 [Buildroot] [PATCH 1/1] package/matchbox: add missing expat dependency Fabrice Fontaine
@ 2020-05-08 20:04 ` Yann E. MORIN
2020-05-10 19:51 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Yann E. MORIN @ 2020-05-08 20:04 UTC (permalink / raw)
To: buildroot
Fabrice, All,
On 2020-05-08 16:56 +0200, Fabrice Fontaine spake thusly:
> matchbox selects expat but does not add it to its dependency resulting
> in the following build failure:
>
> configure: error: cannot find expat library
> make: *** [/home/buildroot/autobuild/run/instance-2/output-1/build/matchbox-1.2/.stamp_configured] Error 1
>
> Fixes:
> - http://autobuild.buildroot.org/results/37021f1d7fcfd890011068a28ce6181dc509e746
>
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Both matchbox patches applied to master, thanks.
Regards,
Yann E. MORIN.
> ---
> package/matchbox/matchbox.mk | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/package/matchbox/matchbox.mk b/package/matchbox/matchbox.mk
> index c0a2778b67..4d30a42ca3 100644
> --- a/package/matchbox/matchbox.mk
> +++ b/package/matchbox/matchbox.mk
> @@ -10,7 +10,7 @@ MATCHBOX_SITE = http://downloads.yoctoproject.org/releases/matchbox/matchbox-win
> MATCHBOX_LICENSE = GPL-2.0+
> MATCHBOX_LICENSE_FILES = COPYING
>
> -MATCHBOX_DEPENDENCIES = matchbox-lib
> +MATCHBOX_DEPENDENCIES = expat matchbox-lib
> MATCHBOX_CONF_OPTS = \
> --enable-expat \
> --disable-gconf \
> --
> 2.26.2
>
--
.-----------------.--------------------.------------------.--------------------.
| Yann E. MORIN | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software Designer | \ / CAMPAIGN | ___ |
| +33 561 099 427 `------------.-------: 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 1/1] package/matchbox: add missing expat dependency
2020-05-08 14:56 [Buildroot] [PATCH 1/1] package/matchbox: add missing expat dependency Fabrice Fontaine
2020-05-08 20:04 ` Yann E. MORIN
@ 2020-05-10 19:51 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2020-05-10 19:51 UTC (permalink / raw)
To: buildroot
>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:
> matchbox selects expat but does not add it to its dependency resulting
> in the following build failure:
> configure: error: cannot find expat library
> make: *** [/home/buildroot/autobuild/run/instance-2/output-1/build/matchbox-1.2/.stamp_configured] Error 1
> Fixes:
> - http://autobuild.buildroot.org/results/37021f1d7fcfd890011068a28ce6181dc509e746
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Committed to 2020.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2020-05-10 19:51 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-05-08 14:56 [Buildroot] [PATCH 1/1] package/matchbox: add missing expat dependency Fabrice Fontaine
2020-05-08 20:04 ` Yann E. MORIN
2020-05-10 19:51 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox