summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-lib
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2013-07-14 23:48:07 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2013-07-18 16:41:25 -0300
commit1a024eb4412b6579416426aad1d0d9cb329e488c (patch)
treee91a882ef0e7674f03823ea720fc8392a9dbf3cc /recipes-bsp/imx-lib
parentea8d00398843abe64c80bd89a9bdfede72afffd1 (diff)
downloadmeta-fsl-arm-1a024eb4412b6579416426aad1d0d9cb329e488c.tar.gz
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 <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-lib')
-rw-r--r--recipes-bsp/imx-lib/imx-lib.inc5
1 files changed, 0 insertions, 5 deletions
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 () {
32do_install () { 32do_install () {
33 oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install 33 oe_runmake PLATFORM="${PLATFORM}" DEST_DIR="${D}" install
34} 34}
35
36FILES_${PN} += "${libdir}/*${SOLIBS}"
37FILES_${PN}-dbg += "${libdir}/.debug"
38FILES_${PN}-dev += "${libdir}/*${SOLIBSDEV}"
39