From f2729b7ab2123e0a7bf9f7f7cbdfcc5f880cdfcb Mon Sep 17 00:00:00 2001 From: Andreas Müller Date: Sat, 27 Feb 2016 22:22:14 +0100 Subject: ne10: fix parsing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ERROR: ParseError at /home/superandy/data/oe-core/sources/meta-openembedded/meta-oe/recipes-support/ne10/ne10_1.2.1.bb:41: unparsed line: 'in .text [textrel]' | ETA: 00:00:13 Signed-off-by: Andreas Müller Signed-off-by: Martin Jansa --- meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb index 5bfe80af12..4d753a01e7 100644 --- a/meta-oe/recipes-support/ne10/ne10_1.2.1.bb +++ b/meta-oe/recipes-support/ne10/ne10_1.2.1.bb @@ -37,8 +37,6 @@ do_install() { cp -a ${B}/modules/libNE10.so ${D}${libdir}/ } -# ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations -in .text [textrel] -# ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations -in .text [textrel] +# ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] +# ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] INSANE_SKIP_${PN} += "textrel" -- cgit v1.2.3-54-g00ecf