Browse Source

remove libcec

Waldemar Brodkorb 11 years ago
parent
commit
29a5ac37d8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      package/imx-lib/Makefile

+ 1 - 1
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