All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] package/terminology: set eet path
@ 2021-08-15 12:37 Fabrice Fontaine
  2021-08-15 14:53 ` Thomas Petazzoni
  2021-09-04 20:36 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Fabrice Fontaine @ 2021-08-15 12:37 UTC (permalink / raw)
  To: buildroot; +Cc: Romain Naour, Fabrice Fontaine

Set eet path to avoid the following build failure raised since bump to
version 1.9.0 in commit	6ac557a54bb4613e79728ad96724e7681c9c3c18 and
https://git.enlightenment.org/apps/terminology.git/commit/?id=f15dd2881a5e87e7f3b03594983826f7480c12e7:

/home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh: 30: /home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh: /usr/bin/eet: not found

Fixes:
 - http://autobuild.buildroot.org/results/767acf73e4eade48cd3fdb43e9dd599ba7ef9661

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
---
 package/terminology/terminology.mk | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/package/terminology/terminology.mk b/package/terminology/terminology.mk
index c17a6b0771..29b59fb39e 100644
--- a/package/terminology/terminology.mk
+++ b/package/terminology/terminology.mk
@@ -12,7 +12,9 @@ TERMINOLOGY_LICENSE_FILES = COPYING
 TERMINOLOGY_CPE_ID_VENDOR = enlightenment
 
 TERMINOLOGY_DEPENDENCIES = $(TARGET_NLS_DEPENDENCIES) efl host-pkgconf
-TERMINOLOGY_CONF_OPTS = -Dedje-cc=$(HOST_DIR)/bin/edje_cc
+TERMINOLOGY_CONF_OPTS = \
+	-Dedje-cc=$(HOST_DIR)/bin/edje_cc \
+	-Deet=$(HOST_DIR)/bin/eet
 
 ifeq ($(BR2_SYSTEM_ENABLE_NLS),y)
 TERMINOLOGY_CONF_OPTS += -Dnls=true
-- 
2.30.2

_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/terminology: set eet path
  2021-08-15 12:37 [Buildroot] [PATCH 1/1] package/terminology: set eet path Fabrice Fontaine
@ 2021-08-15 14:53 ` Thomas Petazzoni
  2021-09-04 20:36 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2021-08-15 14:53 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Romain Naour, buildroot

On Sun, 15 Aug 2021 14:37:46 +0200
Fabrice Fontaine <fontaine.fabrice@gmail.com> wrote:

> Set eet path to avoid the following build failure raised since bump to
> version 1.9.0 in commit	6ac557a54bb4613e79728ad96724e7681c9c3c18 and
> https://git.enlightenment.org/apps/terminology.git/commit/?id=f15dd2881a5e87e7f3b03594983826f7480c12e7:
> 
> /home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh: 30: /home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh: /usr/bin/eet: not found
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/767acf73e4eade48cd3fdb43e9dd599ba7ef9661
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
> ---
>  package/terminology/terminology.mk | 4 +++-
>  1 file changed, 3 insertions(+), 1 deletion(-)

Applied to master, thanks.

Thomas
-- 
Thomas Petazzoni, CTO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@busybox.net
http://lists.busybox.net/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH 1/1] package/terminology: set eet path
  2021-08-15 12:37 [Buildroot] [PATCH 1/1] package/terminology: set eet path Fabrice Fontaine
  2021-08-15 14:53 ` Thomas Petazzoni
@ 2021-09-04 20:36 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2021-09-04 20:36 UTC (permalink / raw)
  To: Fabrice Fontaine; +Cc: Romain Naour, buildroot

>>>>> "Fabrice" == Fabrice Fontaine <fontaine.fabrice@gmail.com> writes:

 > Set eet path to avoid the following build failure raised since bump to
 > version 1.9.0 in commit	6ac557a54bb4613e79728ad96724e7681c9c3c18 and
 > https://git.enlightenment.org/apps/terminology.git/commit/?id=f15dd2881a5e87e7f3b03594983826f7480c12e7:

 > /home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh:
 > 30:
 > /home/buildroot/autobuild/instance-2/output-1/build/terminology-1.9.0/data/colorschemes/add_color_scheme.sh:
 > /usr/bin/eet: not found

 > Fixes:
 >  - http://autobuild.buildroot.org/results/767acf73e4eade48cd3fdb43e9dd599ba7ef9661

 > Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Committed to 2021.05.x, thanks.

-- 
Bye, Peter Korsgaard
_______________________________________________
buildroot mailing list
buildroot@lists.buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2021-09-04 20:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-08-15 12:37 [Buildroot] [PATCH 1/1] package/terminology: set eet path Fabrice Fontaine
2021-08-15 14:53 ` Thomas Petazzoni
2021-09-04 20:36 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.