diff options
author | Alexandre Belloni <alexandre.belloni@piout.net> | 2012-11-27 13:55:20 +0100 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-11-27 11:05:57 -0200 |
commit | 7b85d263642757e92e5f198372439bf682e1d2f4 (patch) | |
tree | b2e4585020c8e0e6e4bdfdf5ae4231708a3f3c5f | |
parent | 77a0c5c41bde8237edf64cda0e8eb5d4c8b76970 (diff) | |
download | meta-fsl-arm-7b85d263642757e92e5f198372439bf682e1d2f4.tar.gz |
gpu-viv-bin-mx6q.inc: fix indentation
Signed-off-by: Alexandre Belloni <alexandre.belloni@piout.net>
-rw-r--r-- | recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc index 83ab75a..895ff7e 100644 --- a/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc +++ b/recipes-graphics/gpu-viv-bin-mx6q/gpu-viv-bin-mx6q.inc | |||
@@ -52,7 +52,7 @@ do_install () { | |||
52 | cp ${S}/usr/lib/*.so ${D}${libdir} | 52 | cp ${S}/usr/lib/*.so ${D}${libdir} |
53 | cp -axr ${S}/usr/include/* ${D}${includedir} | 53 | cp -axr ${S}/usr/include/* ${D}${includedir} |
54 | 54 | ||
55 | cp -axr ${S}/opt ${D} | 55 | cp -axr ${S}/opt ${D} |
56 | 56 | ||
57 | # Move DRI library to proper path | 57 | # Move DRI library to proper path |
58 | mv ${D}${libdir}/vivante_dri.so ${D}${libdir}/dri | 58 | mv ${D}${libdir}/vivante_dri.so ${D}${libdir}/dri |