diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-01 22:10:44 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-09-01 22:11:10 +0200 |
commit | 29a5ac37d8840e52cec08ed4a75d31277501f6cd (patch) | |
tree | ae92f0828f3a8eb894c5981eea61e072a64eb775 | |
parent | 5d00399f79afaeed08cba622e5da99d5e76f48bb (diff) |
remove libcec
-rw-r--r-- | package/imx-lib/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/imx-lib/Makefile b/package/imx-lib/Makefile index 4177bfaf2..58155fbd4 100644 --- a/package/imx-lib/Makefile +++ b/package/imx-lib/Makefile @@ -26,7 +26,7 @@ CONFIG_STYLE:= manual imx-lib-install: $(INSTALL_DIR) $(IDIR_IMX_LIB)/usr/lib - $(CP) $(WRKINST)/usr/lib/lib{cec,ipu,pxp}.so* \ + $(CP) $(WRKINST)/usr/lib/lib{ipu,pxp}.so* \ $(IDIR_IMX_LIB)/usr/lib include ${ADK_TOPDIR}/mk/pkg-bottom.mk |