diff options
Diffstat (limited to 'package/imx-vpu')
-rw-r--r-- | package/imx-vpu/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/imx-vpu/Makefile b/package/imx-vpu/Makefile index 9513d1919..48337994d 100644 --- a/package/imx-vpu/Makefile +++ b/package/imx-vpu/Makefile @@ -13,6 +13,8 @@ PKG_SECTION:= libs/video PKG_URL:= http://www.freescale.com/ PKG_SITES:= http://www.freescale.com/lgfiles/NMG/MAD/YOCTO/ +PKG_SYSTEM_DEPENDS:= solidrun-imx6 + DISTFILES:= ${PKG_NAME}-${PKG_VERSION}.bin include $(ADK_TOPDIR)/mk/package.mk |