From ebc611fbb04cb944ef97c6d97b8de14b447a024e Mon Sep 17 00:00:00 2001 From: Sander van Grieken Date: Mon, 17 Sep 2012 14:44:18 +0200 Subject: vc-graphics.inc: Fix QA issue; Install libGLESv1_CM.so symlink in source as copy Signed-off-by: Sander van Grieken --- recipes-bcm/vc-graphics/vc-graphics.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 () { 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} -- cgit v1.2.3-54-g00ecf