diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2011-10-06 00:28:06 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso00@gmail.com> | 2011-10-06 00:28:06 -0500 |
commit | 80565e0158125124d03d6151a48393bc81ded4d8 (patch) | |
tree | e3a642aca643d5141d580cbd658c60f867025c59 | |
parent | 0f7f036cdd8aac83fb2feb733f904384960e5bf1 (diff) | |
download | meta-fsl-arm-80565e0158125124d03d6151a48393bc81ded4d8.tar.gz |
amd-gpu-x11-bin-mx51: explicit set packaged files
* Explicit set packaged files via FILES variable
* Add dependency to libx11 fixing warning
* Bump PR
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.05.01.bb | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.05.01.bb b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.05.01.bb index 67e7558..ef798be 100644 --- a/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.05.01.bb +++ b/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.05.01.bb | |||
@@ -4,11 +4,11 @@ | |||
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 = "r0" | 7 | PR = "r1" |
8 | 8 | ||
9 | #todo: Replace for correct AMD license | 9 | #todo: Replace for correct AMD license |
10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" | 10 | LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" |
11 | DEPENDS = "libz160" | 11 | DEPENDS = "virtual/libx11 libz160" |
12 | 12 | ||
13 | SRC_URI = "http://auslxsc01.mtwk.freescale.net/ppp/${PN}-${PV}.tar.gz" | 13 | SRC_URI = "http://auslxsc01.mtwk.freescale.net/ppp/${PN}-${PV}.tar.gz" |
14 | SRC_URI[md5sum] = "f2b0bc679504dc11d301d725c280e555" | 14 | SRC_URI[md5sum] = "f2b0bc679504dc11d301d725c280e555" |
@@ -30,3 +30,12 @@ do_install () { | |||
30 | install -m 0755 ${S}/usr/lib/* ${D}${libdir} | 30 | install -m 0755 ${S}/usr/lib/* ${D}${libdir} |
31 | install -m 0755 ${S}/usr/bin/* ${D}${bindir} | 31 | install -m 0755 ${S}/usr/bin/* ${D}${bindir} |
32 | } | 32 | } |
33 | |||
34 | FILES_${PN} = "${bindir}/* ${libdir}/*.so*" | ||
35 | FILES_${PN}-dev = "\ | ||
36 | ${includedir}/EGL/*.h \ | ||
37 | ${includedir}/GLES/*.h \ | ||
38 | ${includedir}/GLES2/*.h \ | ||
39 | ${includedir}/KHR/*.h \ | ||
40 | ${includedir}/VG/*.h" | ||
41 | FILES_${PN}-staticdev = "${libdir}/*.a" | ||