* [Buildroot] [PATCH] package/libcec: disable build infos
@ 2018-04-18 21:13 Romain Naour
2018-04-19 21:35 ` Thomas Petazzoni
2018-05-01 6:54 ` Peter Korsgaard
0 siblings, 2 replies; 3+ messages in thread
From: Romain Naour @ 2018-04-18 21:13 UTC (permalink / raw)
To: buildroot
Build infos can break the build due to missing terminating " character.
Fixes:
http://autobuild.buildroot.net/results/3b1/3b1182783fc958dfed96c6b1c097993662fc7308
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
---
package/libcec/libcec.mk | 7 +++++++
1 file changed, 7 insertions(+)
diff --git a/package/libcec/libcec.mk b/package/libcec/libcec.mk
index 6d14447958..99d1c8b2ba 100644
--- a/package/libcec/libcec.mk
+++ b/package/libcec/libcec.mk
@@ -37,4 +37,11 @@ ifeq ($(BR2_PACKAGE_XLIB_LIBXRANDR),y)
LIBCEC_DEPENDENCIES += xlib_libXrandr
endif
+# Disable information about how libCEC is compiled.
+LIBCEC_CONF_OPTS += -DHAVE_GIT_BIN="" \
+ -DHAVE_DATE_BIN="" \
+ -DHAVE_WHOAMI_BIN="" \
+ -DHAVE_HOSTNAME_BIN="" \
+ -DHAVE_UNAME_BIN=""
+
$(eval $(cmake-package))
--
2.14.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/libcec: disable build infos
2018-04-18 21:13 [Buildroot] [PATCH] package/libcec: disable build infos Romain Naour
@ 2018-04-19 21:35 ` Thomas Petazzoni
2018-05-01 6:54 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni @ 2018-04-19 21:35 UTC (permalink / raw)
To: buildroot
Hello,
On Wed, 18 Apr 2018 23:13:30 +0200, Romain Naour wrote:
> Build infos can break the build due to missing terminating " character.
>
> Fixes:
> http://autobuild.buildroot.net/results/3b1/3b1182783fc958dfed96c6b1c097993662fc7308
>
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
> ---
> package/libcec/libcec.mk | 7 +++++++
> 1 file changed, 7 insertions(+)
Applied to master, thanks.
Thomas
--
Thomas Petazzoni, CTO, Bootlin (formerly Free Electrons)
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 3+ messages in thread
* [Buildroot] [PATCH] package/libcec: disable build infos
2018-04-18 21:13 [Buildroot] [PATCH] package/libcec: disable build infos Romain Naour
2018-04-19 21:35 ` Thomas Petazzoni
@ 2018-05-01 6:54 ` Peter Korsgaard
1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2018-05-01 6:54 UTC (permalink / raw)
To: buildroot
>>>>> "Romain" == Romain Naour <romain.naour@gmail.com> writes:
> Build infos can break the build due to missing terminating " character.
> Fixes:
> http://autobuild.buildroot.net/results/3b1/3b1182783fc958dfed96c6b1c097993662fc7308
> Signed-off-by: Romain Naour <romain.naour@gmail.com>
> Cc: Bernd Kuhls <bernd.kuhls@t-online.de>
Committed to 2018.02.x, thanks.
--
Bye, Peter Korsgaard
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2018-05-01 6:54 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-18 21:13 [Buildroot] [PATCH] package/libcec: disable build infos Romain Naour
2018-04-19 21:35 ` Thomas Petazzoni
2018-05-01 6:54 ` Peter Korsgaard
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox