summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSander van Grieken <sander@outrightsolutions.nl>2012-09-17 14:44:18 +0200
committerAndrei Gherzan <andrei@gherzan.ro>2012-09-18 19:15:48 +0300
commitebc611fbb04cb944ef97c6d97b8de14b447a024e (patch)
tree47005dbe5cfd0514f638be93c005bec676d5dcc0
parent0d4ab1591ef1d86a17284cdf51a0646b06c3c119 (diff)
downloadmeta-raspberrypi-ebc611fbb04cb944ef97c6d97b8de14b447a024e.tar.gz
vc-graphics.inc: Fix QA issue; Install libGLESv1_CM.so symlink in source as copy
Signed-off-by: Sander van Grieken <sander@outrightsolutions.nl>
-rw-r--r--recipes-bcm/vc-graphics/vc-graphics.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes-bcm/vc-graphics/vc-graphics.inc b/recipes-bcm/vc-graphics/vc-graphics.inc
index 112f620..915b7c1 100644
--- a/recipes-bcm/vc-graphics/vc-graphics.inc
+++ b/recipes-bcm/vc-graphics/vc-graphics.inc
@@ -26,7 +26,8 @@ do_install () {
26 cp -R sbin/* ${D}${sbindir} 26 cp -R sbin/* ${D}${sbindir}
27 27
28 install -d ${D}${libdir} 28 install -d ${D}${libdir}
29 cp -R lib/* ${D}${libdir} 29 # note: -H option to deref symlinked .so
30 cp -R -H lib/* ${D}${libdir}
30 31
31 install -d ${D}${includedir} 32 install -d ${D}${includedir}
32 cp -R include/* ${D}${includedir} 33 cp -R include/* ${D}${includedir}