diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-09 08:59:16 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2015-08-09 08:59:24 +0200 |
commit | 4803825faf6d3eed32b49b56c79d54e5112b488b (patch) | |
tree | a5c550e9f372cce4405961dc975b5897ebc01816 /package/gpu-viv-bin-mx6q | |
parent | b49d43a13394f1f39ce580f9ace26fee182f44be (diff) |
fix kodi on imx6, at least startup on hummingboard works again with 4.1.x
Diffstat (limited to 'package/gpu-viv-bin-mx6q')
-rw-r--r-- | package/gpu-viv-bin-mx6q/Makefile | 13 |
1 files changed, 5 insertions, 8 deletions
diff --git a/package/gpu-viv-bin-mx6q/Makefile b/package/gpu-viv-bin-mx6q/Makefile index 7de452f2c..9024275ba 100644 --- a/package/gpu-viv-bin-mx6q/Makefile +++ b/package/gpu-viv-bin-mx6q/Makefile @@ -6,10 +6,11 @@ include $(ADK_TOPDIR)/rules.mk PKG_NAME:= gpu-viv-bin-mx6q PKG_VERSION:= 3.10.17-1.0.2 PKG_RELEASE:= 1 -PKG_HASH:= 92654c185835e139cc9485806ad184fdac21f4d640ec9d0e493669235d21de9b +PKG_HASH:= d480546638b39d37b7e571d131b480a2f2f0380299ea6b2b691a02b2173ea273 PKG_DESCR:= imx vivante gpu library PKG_SECTION:= libs/video -PKG_BUILDDEP:= libfslvpuwrap +PKG_DEPENDS:= libfslvpuwrap imx-lib imx-vpu gpu-viv-g2d +PKG_BUILDDEP:= libfslvpuwrap imx-lib imx-vpu gpu-viv-g2d PKG_URL:= http://www.freescale.com/ PKG_SITES:= http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/ @@ -28,14 +29,10 @@ INSTALL_STYLE:= manual gpu-viv-bin-mx6q-install: $(INSTALL_DIR) $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib - $(CP) $(WRKBUILD)/gpu-core/usr/lib/lib*.so* \ - $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib - $(CP) $(WRKBUILD)/g2d/usr/lib/lib*.so* \ + $(CP) $(WRKBUILD)/usr/lib/lib*.so* \ $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/include - $(CP) $(WRKBUILD)/gpu-core/usr/include/* \ - $(STAGING_TARGET_DIR)/usr/include - $(CP) $(WRKBUILD)/g2d/usr/include/* \ + $(CP) $(WRKBUILD)/usr/include/* \ $(STAGING_TARGET_DIR)/usr/include include ${ADK_TOPDIR}/mk/pkg-bottom.mk |