diff options
author | Adrian Alonso <aalonso00@gmail.com> | 2012-05-20 12:51:01 -0500 |
---|---|---|
committer | Adrian Alonso <aalonso00@gmail.com> | 2012-05-21 08:08:17 -0500 |
commit | ac20b73a2ea5fee6413e931b9a5a04cf3ca1c393 (patch) | |
tree | 10bbe1dc18fb68eaaf06fd6f6552720c7db879f5 | |
parent | 5ff30931990df1200864e1f353060ccc0cfc96e3 (diff) | |
download | meta-fsl-arm-ac20b73a2ea5fee6413e931b9a5a04cf3ca1c393.tar.gz |
amd-gpu-x11-bin-mx51: avoid QA error No GNU_HASH in elf binary
* Avoid QA error by skip the QA test for ldflags
* PR increase
Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
-rw-r--r-- | recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb | 6 |
1 files changed, 5 insertions, 1 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 8bbe255..8ebaef3 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 @@ | |||
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 = "r1" | 7 | PR = "r2" |
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" |
@@ -32,6 +32,10 @@ do_install () { | |||
32 | install -m 0755 ${S}/usr/bin/* ${D}${bindir} | 32 | install -m 0755 ${S}/usr/bin/* ${D}${bindir} |
33 | } | 33 | } |
34 | 34 | ||
35 | |||
36 | INSANE_SKIP_${PN} = "ldflags" | ||
37 | INSANE_SKIP_${PN}-dev = "ldflags" | ||
38 | INSANE_SKIP_${PN}-staticdev = "ldflags" | ||
35 | FILES_${PN} = "${bindir}/* ${libdir}/*.so*" | 39 | FILES_${PN} = "${bindir}/* ${libdir}/*.so*" |
36 | FILES_${PN}-dev = "\ | 40 | FILES_${PN}-dev = "\ |
37 | ${includedir}/EGL/*.h \ | 41 | ${includedir}/EGL/*.h \ |