From 1a024eb4412b6579416426aad1d0d9cb329e488c Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sun, 14 Jul 2013 23:48:07 -0300 Subject: imx-lib.inc: Remove unused assignment for FILES definition The standard FILES definition works fine for current contents; I did check the package contents before/after using buildhistory and packaged files are the same. Change-Id: Ia048338e1db38896a66aaf9f46fcc4071d402f42 Signed-off-by: Otavio Salvador --- recipes-bsp/imx-lib/imx-lib.inc | 5 ----- 1 file changed, 5 deletions(-) (limited to 'recipes-bsp/imx-lib') diff --git a/recipes-bsp/imx-lib/imx-lib.inc b/recipes-bsp/imx-lib/imx-lib.inc index 24477ce..4fb6746 100644 --- a/recipes-bsp/imx-lib/imx-lib.inc +++ b/recipes-bsp/imx-lib/imx-lib.inc @@ -32,8 +32,3 @@ do_compile () { do_install () { oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install } - -FILES_${PN} += "${libdir}/*${SOLIBS}" -FILES_${PN}-dbg += "${libdir}/.debug" -FILES_${PN}-dev += "${libdir}/*${SOLIBSDEV}" - -- cgit v1.2.3-54-g00ecf