[Buildroot] [PATCH 1/1] package/freescale-imx/imx-vpu-hantro-vc: fix check-package

Fabrice Fontaine fontaine.fabrice at gmail.com
Thu Oct 14 16:12:14 UTC 2021


Fix the following check-package warning raised since commit
219822da9034a0e280f55447b6e297e9a9acf3db:

package/freescale-imx/imx-vpu-hantro-vc/Config.in:13: help text: <tab><2 spaces><62 chars> (http://nightly.buildroot.org/#writing-rules-config-in)

Signed-off-by: Fabrice Fontaine <fontaine.fabrice at gmail.com>
---
 package/freescale-imx/imx-vpu-hantro-vc/Config.in | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/freescale-imx/imx-vpu-hantro-vc/Config.in b/package/freescale-imx/imx-vpu-hantro-vc/Config.in
index 9ae139550a..9a0f448bc9 100644
--- a/package/freescale-imx/imx-vpu-hantro-vc/Config.in
+++ b/package/freescale-imx/imx-vpu-hantro-vc/Config.in
@@ -10,4 +10,5 @@ config BR2_PACKAGE_IMX_VPU_HANTRO_VC
 	depends on BR2_LINUX_KERNEL
 	depends on BR2_PACKAGE_FREESCALE_IMX_HAS_VPU_HANTRO
 	help
-	  i.MX VC8000E Encoder library. Intended for the i.MX 8M Plus processor.
+	  i.MX VC8000E Encoder library. Intended for the i.MX 8M Plus
+	  processor.
-- 
2.33.0



More information about the buildroot mailing list