]> code.ossystems Code Review - meta-freescale.git/commitdiff
xf86-video-imxfb: avoid QA error No GNU_HASH in elf binary
authorAdrian Alonso <aalonso00@gmail.com>
Sun, 20 May 2012 17:52:34 +0000 (12:52 -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
* Increase PR

Signed-off-by: Adrian Alonso <aalonso00@gmail.com>
meta-fsl-arm/recipes-graphics/xorg-driver/xf86-video-imxfb_11.09.01.bb

index dd54590f9840f76c226bc52a92ab73d74ee50731..66714589cec966d144cb9a557f1f33f3c052d3f3 100644 (file)
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f7bdc0c63080175d1667091b864cb12c"
 
 inherit autotools pkgconfig
 
-PR = "r3"
+PR = "r4"
 SRC_URI = "file://xserver-xorg-video-imx-${PV}.tar.gz \
            file://xf86-video-imxfb-fix-m4-hardcodded-paths.patch"
 SRC_URI[md5sum] = "d19148399b5d1c4dab90d0cc6f2c4789"
@@ -26,4 +26,6 @@ do_install_append () {
     rm -f ${D}${libdir}/xorg/modules/drivers/*.la
 }
 
+INSANE_SKIP_${PN} = "ldflags"
+INSANE_SKIP_${PN}-dbg = "ldflags"
 RDEPENDS_${PN} += "amd-gpu-x11-bin-mx51"