[Buildroot] [PATCH 1/1] imx-gpu-viv: add a missing backslash

Peter Korsgaard peter at korsgaard.com
Fri Jul 20 09:42:15 UTC 2018


>>>>> "Laurent" == Laurent Hartanerot <laurent.hartanerot at gmail.com> writes:

 > From: Laurent Hartanerot <laurent.hartanerot at atos.net>
 > Signed-off-by: Laurent Hartanerot <laurent.hartanerot at atos.net>
 > ---
 >  package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk | 2 +-
 >  1 file changed, 1 insertion(+), 1 deletion(-)

 > diff --git a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
 > index 511e3b3b6c..25d25e1871 100644
 > --- a/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
 > +++ b/package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk
 > @@ -79,7 +79,7 @@ endif
 >  ifeq ($(IMX_GPU_VIV_LIB_TARGET),x11)
 >  define IMX_GPU_VIV_FIXUP_PKGCONFIG
 >  	for lib in egl gbm glesv1_cm glesv2 vg; do \
 > -		ln -sf $${lib}_x11.pc $(@D)/gpu-core/usr/lib/pkgconfig/$${lib}.pc
 > +		ln -sf $${lib}_x11.pc $(@D)/gpu-core/usr/lib/pkgconfig/$${lib}.pc \

A semicolon is also missing. I've changed it to do  '|| exit 1; \' like
we do elsewhere to catch failures and committed, thanks.

-- 
Bye, Peter Korsgaard


More information about the buildroot mailing list