]> code.ossystems Code Review - meta-freescale.git/commitdiff
imx-lib.inc: Remove unused assignment for FILES definition
authorOtavio Salvador <otavio@ossystems.com.br>
Mon, 15 Jul 2013 02:48:07 +0000 (23:48 -0300)
committerOtavio Salvador <otavio@ossystems.com.br>
Thu, 18 Jul 2013 19:41:25 +0000 (16:41 -0300)
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 <otavio@ossystems.com.br>
meta-fsl-arm/recipes-bsp/imx-lib/imx-lib.inc

index 24477ce8f9ecb2c1e03b23ed8727a1652a13718d..4fb674691a82659e5f98dcae8c3c72b76e2b6f47 100644 (file)
@@ -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}"
-