diff options
author | Adrian Alonso <aalonso@freescale.com> | 2012-06-18 17:39:26 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2012-06-19 12:32:43 -0300 |
commit | 89a2fa84d42ea9a944e2c9278f3434e912284389 (patch) | |
tree | 633401346400e1eb5df3fc9157ac673a05aae4cb | |
parent | 027b56719a2bcb413f599561b6b0d8c48def37df (diff) | |
download | meta-fsl-arm-89a2fa84d42ea9a944e2c9278f3434e912284389.tar.gz |
amd-gpu-x11-bin-mx51: set libgl provider and reorder packages
* Set libgl preferred provider so it could be used instead
of default mesa libgl provider
* Reorder package provider definitions
* Bump PR
Signed-off-by: Adrian Alonso <aalonso@freescale.com>
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 26 |
1 files changed, 16 insertions, 10 deletions
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 554f28d..7258dd0 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,8 +4,9 @@ | |||
4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" | 4 | DESCRIPTION = "GPU driver and apps for x11 on mx51" |
5 | LICENSE = "MIT" | 5 | LICENSE = "MIT" |
6 | SECTION = "libs" | 6 | SECTION = "libs" |
7 | PR = "r3" | 7 | PR = "r4" |
8 | 8 | ||
9 | PROVIDES = "virtual/libgl" | ||
9 | #todo: Replace for correct AMD license | 10 | #todo: Replace for correct AMD license |
10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" | 11 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" |
11 | DEPENDS = "virtual/libx11 libz160" | 12 | DEPENDS = "virtual/libx11 libz160" |
@@ -31,12 +32,17 @@ do_install () { | |||
31 | 32 | ||
32 | INSANE_SKIP_${PN} = "ldflags" | 33 | INSANE_SKIP_${PN} = "ldflags" |
33 | INSANE_SKIP_${PN}-dev = "ldflags" | 34 | INSANE_SKIP_${PN}-dev = "ldflags" |
34 | INSANE_SKIP_${PN}-staticdev = "ldflags" | 35 | |
35 | FILES_${PN} = "${bindir}/* ${libdir}/*.so*" | 36 | # Todo: find out what libres.a and libcsi.a are for |
36 | FILES_${PN}-dev = "\ | 37 | # package include/KHR header |
37 | ${includedir}/EGL/*.h \ | 38 | PACKAGES = "libegl libegl-dev libgl libgles libgles-dev libopenvg \ |
38 | ${includedir}/GLES/*.h \ | 39 | libopenvg-dev lib2dz160 libd2z430" |
39 | ${includedir}/GLES2/*.h \ | 40 | FILES_libegl = "${libdir}/libEGL.*" |
40 | ${includedir}/KHR/*.h \ | 41 | FILES_libegl-dev = "${includedir}/EGL" |
41 | ${includedir}/VG/*.h" | 42 | FILES_libgl = "${libdir}/libgsl-fsl.*" |
42 | FILES_${PN}-staticdev = "${libdir}/*.a" | 43 | FILES_libgles = "${libdir}/libGLES*" |
44 | FILES_libgles-dev = "${includedir}/GLES ${includedir}/GLES2" | ||
45 | FILES_libopenvg = "${libdir}/libOpenVG.*" | ||
46 | FILES_libopenvg-dev = "${includedir}/VG" | ||
47 | FILES_lib2dz160 = "${libdir}/lib2dz160.*" | ||
48 | FILES_lib2dz340 = "${libdir}/lib2dz340.*" | ||