]> code.ossystems Code Review - meta-freescale.git/commitdiff
amd-gpu-x11-bin-mx51: avoid QA error No GNU_HASH in elf binary
authorAdrian Alonso <aalonso00@gmail.com>
Sun, 20 May 2012 17:51:01 +0000 (12:51 -0500)
committerAdrian Alonso <aalonso00@gmail.com>
Mon, 21 May 2012 13:08:17 +0000 (08:08 -0500)
* Avoid QA error by skip the QA test for ldflags
* PR increase

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
meta-fsl-arm/recipes-graphics/amd-gpu-x11-bin/amd-gpu-x11-bin-mx51_11.09.01.bb

index 8bbe2558ebdd676a9e4c05d4476ec5375925c714..8ebaef3691b08dc794c94fdb37cc5608ff26baa3 100644 (file)
@@ -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 \