vc-graphics.inc: Fix QA issue; Install libGLESv1_CM.so symlink in source as copy

Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
This commit is contained in:
Sander van Grieken 2012-09-17 14:44:18 +02:00 committed by Andrei Gherzan
parent 0d4ab1591e
commit ebc611fbb0

View File

@ -26,7 +26,8 @@ do_install () {
cp -R sbin/* ${D}${sbindir}
install -d ${D}${libdir}
cp -R lib/* ${D}${libdir}
# note: -H option to deref symlinked .so
cp -R -H lib/* ${D}${libdir}
install -d ${D}${includedir}
cp -R include/* ${D}${includedir}