diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-13 15:46:37 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-10-13 15:46:37 +0200 |
commit | 5372c84515b267f462651eaecb3278b35348420e (patch) | |
tree | aafd49cabff18ff6811bf7d13b15a238edf826ea /package/gpu-viv-bin-mx6q/Makefile | |
parent | 6dce3edbb7fbea8a96e96e5f8228a5597eb7f6ea (diff) |
set to freescale versions like in OpenElec to make video working
Diffstat (limited to 'package/gpu-viv-bin-mx6q/Makefile')
-rw-r--r-- | package/gpu-viv-bin-mx6q/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/gpu-viv-bin-mx6q/Makefile b/package/gpu-viv-bin-mx6q/Makefile index 9024275ba..4509dcbeb 100644 --- a/package/gpu-viv-bin-mx6q/Makefile +++ b/package/gpu-viv-bin-mx6q/Makefile @@ -34,5 +34,6 @@ gpu-viv-bin-mx6q-install: $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/include $(CP) $(WRKBUILD)/usr/include/* \ $(STAGING_TARGET_DIR)/usr/include + -rm -r $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib/libGL.so* include ${ADK_TOPDIR}/mk/pkg-bottom.mk |