mirror of
git://git.yoctoproject.org/meta-raspberrypi.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
0d4ab1591e
commit
ebc611fbb0
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user