diff options
| author | Andreas Müller <schnitzeltony@googlemail.com> | 2016-02-27 22:22:14 +0100 |
|---|---|---|
| committer | Martin Jansa <Martin.Jansa@gmail.com> | 2016-02-27 22:39:21 +0100 |
| commit | f2729b7ab2123e0a7bf9f7f7cbdfcc5f880cdfcb (patch) | |
| tree | 044dfe7d3ed9ea7cf06f8d6ba9f85cd186b958be | |
| parent | f7d9eefb6f6dde0e94d4bfaa001bae8ea37f961f (diff) | |
| download | meta-openembedded-f2729b7ab2123e0a7bf9f7f7cbdfcc5f880cdfcb.tar.gz | |
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@googlemail.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
| -rw-r--r-- | meta-oe/recipes-support/ne10/ne10_1.2.1.bb | 6 |
1 files 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() { | |||
| 37 | cp -a ${B}/modules/libNE10.so ${D}${libdir}/ | 37 | cp -a ${B}/modules/libNE10.so ${D}${libdir}/ |
| 38 | } | 38 | } |
| 39 | 39 | ||
| 40 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations | 40 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] |
| 41 | in .text [textrel] | 41 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations in .text [textrel] |
| 42 | # ERROR: QA Issue: ELF binary 'ne10/1.2.1-r0/packages-split/ne10/usr/lib/libNE10.so.10' has relocations | ||
| 43 | in .text [textrel] | ||
| 44 | INSANE_SKIP_${PN} += "textrel" | 42 | INSANE_SKIP_${PN} += "textrel" |
