[oe-commits] [meta-openembedded] branch master updated: ne10: fix parsing

git at git.openembedded.org git at git.openembedded.org
Sat Feb 27 21:38:11 UTC 2016


martin_jansa pushed a commit to branch master
in repository meta-openembedded.

The following commit(s) were added to refs/heads/master by this push:
       new  f2729b7   ne10: fix parsing
f2729b7 is described below

commit f2729b7ab2123e0a7bf9f7f7cbdfcc5f880cdfcb
Author: Andreas Müller <schnitzeltony at googlemail.com>
AuthorDate: Sat Feb 27 22:22:14 2016 +0100

    ne10: fix parsing
    
    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 <schnitzeltony at googlemail.com>
    Signed-off-by: Martin Jansa <Martin.Jansa at gmail.com>
---
 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 5bfe80a..4d753a0 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list