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 | 89499b93aae97bfd4db5c97cef028ef126be0a02 (patch) | |
tree | f6e96f15814d49494564b4b33660de4b210b9f30 | |
parent | 8d7d53c8bbde224224290374d9f81b3e2c2be140 (diff) | |
download | meta-freescale-89499b93aae97bfd4db5c97cef028ef126be0a02.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-- | meta-fsl-arm/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/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb b/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb index 8bbe2558e..8ebaef369 100644 --- a/meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb +++ b/meta-fsl-arm/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 \ |