瀏覽代碼

imx-gpu-viv: add a missing backslash

[Peter: add semicolon and || exit 1 to catch failures]
Signed-off-by: Laurent Hartanerot <laurent.hartanerot@atos.net>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

(cherry picked from commit 06a5d193edb859929ac37154ef1320b7907b31b0)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Laurent Hartanerot 7 年之前
父節點
當前提交
d133a211ec
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk

+ 1 - 1
package/freescale-imx/imx-gpu-viv/imx-gpu-viv.mk

@@ -65,7 +65,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 || exit 1; \
 	done
 endef
 endif