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 meta-fsl-arm-ac20b73a2ea5fee6413e931b9a5a04cf3ca1c393.tar.bz2 meta-fsl-arm-ac20b73a2ea5fee6413e931b9a5a04cf3ca1c393.zip |
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 @@ DESCRIPTION = "GPU driver and apps for x11 on mx51" LICENSE = "MIT" SECTION = "libs" -PR = "r1" +PR = "r2" #todo: Replace for correct AMD license LIC_FILES_CHKSUM = "file://usr/include/VG/openvg.h;endline=30;md5=b0109611dd76961057d4c45ae6519802" @@ -32,6 +32,10 @@ do_install () { install -m 0755 ${S}/usr/bin/* ${D}${bindir} } + +INSANE_SKIP_${PN} = "ldflags" +INSANE_SKIP_${PN}-dev = "ldflags" +INSANE_SKIP_${PN}-staticdev = "ldflags" FILES_${PN} = "${bindir}/* ${libdir}/*.so*" FILES_${PN}-dev = "\ ${includedir}/EGL/*.h \ |