summaryrefslogtreecommitdiff
path: root/package/gpu-viv-bin-mx6q
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2015-05-13 15:32:33 -0500
committerWaldemar Brodkorb <wbx@openadk.org>2015-05-13 15:32:33 -0500
commit1f37c6315f0718daf86085088252986ef3196362 (patch)
tree8b004aa555f31db7aa28509367176dbc493b05b4 /package/gpu-viv-bin-mx6q
parent84d9fec3a768c20b8a1a5340c675d098bef30d56 (diff)
fix kodi on imx6
Diffstat (limited to 'package/gpu-viv-bin-mx6q')
-rw-r--r--package/gpu-viv-bin-mx6q/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/package/gpu-viv-bin-mx6q/Makefile b/package/gpu-viv-bin-mx6q/Makefile
deleted file mode 100644
index 948e97190..000000000
--- a/package/gpu-viv-bin-mx6q/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# This file is part of the OpenADK project. OpenADK is copyrighted
-# material, please see the LICENCE file in the top-level directory.
-
-include $(ADK_TOPDIR)/rules.mk
-
-PKG_NAME:= gpu-viv-bin-mx6q
-PKG_VERSION:= 3.10.17-1.0.0
-PKG_RELEASE:= 1
-PKG_HASH:= 7e5a3db22b99740756f408b881691f81c03090256754e44f69369bf039e9cbcf
-PKG_DESCR:= imx gpu library (vivante gpu)
-PKG_SECTION:= libs/video
-PKG_URL:= http://www.freescale.com/
-PKG_SITES:= http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/
-
-DISTFILES:= ${PKG_NAME}-${PKG_VERSION}-hfp.bin
-WRKDIST= ${WRKDIR}/${PKG_NAME}-${PKG_VERSION}-hfp
-
-include $(ADK_TOPDIR)/mk/package.mk
-
-$(eval $(call PKG_template,GPU_VIV_BIN_MX6Q,gpu-viv-bin-mx6q,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION}))
-
-CONFIG_STYLE:= manual
-BUILD_STYLE:= manual
-INSTALL_STYLE:= manual
-
-gpu-viv-bin-mx6q-install:
- $(INSTALL_DIR) $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib
- $(CP) $(WRKBUILD)/usr/lib/lib*.so* \
- $(IDIR_GPU_VIV_BIN_MX6Q)/usr/lib
- $(INSTALL_DIR) $(STAGING_TARGET_DIR)/usr/include
- $(CP) $(WRKBUILD)/usr/include/* \
- $(STAGING_TARGET_DIR)/usr/include
-
-include ${ADK_TOPDIR}/mk/pkg-bottom.mk