diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 12:16:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-08-28 12:16:10 +0200 |
commit | 76b0c60b5a04647a13cf0fd975ab84972ae1e51d (patch) | |
tree | 34a763f0791d46364b8a7423b200a30d514039f4 /package/libfslvpuwrap | |
parent | d417d12720f20c8b051260e571ae2a1a9fde1a2e (diff) |
update ffmpeg, add experimental kodi package, add freescale libraries
Diffstat (limited to 'package/libfslvpuwrap')
-rw-r--r-- | package/libfslvpuwrap/Makefile | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/package/libfslvpuwrap/Makefile b/package/libfslvpuwrap/Makefile new file mode 100644 index 000000000..667f64a20 --- /dev/null +++ b/package/libfslvpuwrap/Makefile @@ -0,0 +1,28 @@ +# 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:= libfslvpuwrap +PKG_VERSION:= 1.0.46 +PKG_RELEASE:= 1 +PKG_MD5SUM:= 1f50110cb6de8ebf767fb9c5f8baf20d +PKG_DESCR:= VPU wrapper library +PKG_SECTION:= libs/video +PKG_BUILDDEP:= imx-lib imx-vpu +PKG_DEPENDS:= imx-lib imx-vpu +PKG_URL:= http://www.freescale.com/ +PKG_SITES:= http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/ + +DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.bin + +include $(ADK_TOPDIR)/mk/package.mk + +$(eval $(call PKG_template,LIBFSLVPUWRAP,libfslvpuwrap,$(PKG_VERSION)-${PKG_RELEASE},${PKG_DEPENDS},${PKG_DESCR},${PKG_SECTION})) + +libfslvpuwrap-install: + $(INSTALL_DIR) $(IDIR_LIBFSLVPUWRAP)/usr/lib + $(CP) $(WRKINST)/usr/lib/libfslvpuwrap.so* \ + $(IDIR_LIBFSLVPUWRAP)/usr/lib + +include ${ADK_TOPDIR}/mk/pkg-bottom.mk |