mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-10 22:43:24 +08:00
package/libcec: disable build infos
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> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
523b27afa9
commit
4600c2444d
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user