All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-fsl-arm for dylan][PATCH] amd-gpu-x11-bin-mx51: install dev symbolic link
@ 2013-06-20 20:42 Daiane Angolini
  2013-06-20 20:50 ` Otavio Salvador
  2013-06-21  8:27 ` Javier Viguera
  0 siblings, 2 replies; 9+ messages in thread
From: Daiane Angolini @ 2013-06-20 20:42 UTC (permalink / raw)
  To: meta-freescale

Create the .so file needed by -dev package.

Signed-off-by: Daiane Angolini <daiane.angolini@freescale.com>
---
 recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
index 2dee47a..fd972ed 100644
--- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
+++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb
@@ -4,7 +4,7 @@
 DESCRIPTION = "GPU driver and apps for x11 on mx51"
 LICENSE = "Proprietary"
 SECTION = "libs"
-PR = "r12"
+PR = "r13"
 
 # FIXME: Replace for correct AMD license
 LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802"
@@ -42,6 +42,8 @@ do_install () {
     # FIXME: Fix sonames of broken libraries
     mv ${D}${libdir}/lib2dz160.so ${D}${libdir}/lib2dz160.so.0
     mv ${D}${libdir}/lib2dz430.so ${D}${libdir}/lib2dz430.so.0
+    ln -sf ${libdir}/lib2dz160.so.0 ${D}${libdir}/lib2dz160.so
+    ln -sf ${libdir}/lib2dz430.so.0 ${D}${libdir}/lib2dz430.so
 
     # FIXME: Remove unkown files
     rm -r ${D}${libdir}/libcsi.a \
-- 
1.7.10.4




^ permalink raw reply related	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-06-21 12:00 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-20 20:42 [meta-fsl-arm for dylan][PATCH] amd-gpu-x11-bin-mx51: install dev symbolic link Daiane Angolini
2013-06-20 20:50 ` Otavio Salvador
2013-06-21  8:27 ` Javier Viguera
2013-06-21  9:08   ` Andrei Gherzan
2013-06-21 11:38   ` Otavio Salvador
2013-06-21 11:51     ` Angolini Daiane-B19406
2013-06-21 11:47   ` Angolini Daiane-B19406
2013-06-21 11:54     ` Javier Viguera
2013-06-21 11:59       ` Angolini Daiane-B19406

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.