* [PATCH] ne10: fix parsing
@ 2016-02-27 21:22 Andreas Müller
2016-02-27 21:41 ` Martin Jansa
2016-02-28 3:59 ` Gary Thomas
0 siblings, 2 replies; 4+ messages in thread
From: Andreas Müller @ 2016-02-27 21:22 UTC (permalink / raw)
To: openembedded-devel
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>
---
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"
--
2.5.0
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] ne10: fix parsing
2016-02-27 21:22 [PATCH] ne10: fix parsing Andreas Müller
@ 2016-02-27 21:41 ` Martin Jansa
2016-02-27 22:03 ` Andreas Müller
2016-02-28 3:59 ` Gary Thomas
1 sibling, 1 reply; 4+ messages in thread
From: Martin Jansa @ 2016-02-27 21:41 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1830 bytes --]
On Sat, Feb 27, 2016 at 10:22:14PM +0100, Andreas Müller wrote:
> 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
Thanks.
Lesson learned, don't drink and push (unless the patch is from someone
else who fixed your mistake).
Cheers,
> Signed-off-by: Andreas Müller <schnitzeltony@googlemail.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"
> --
> 2.5.0
>
> --
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-devel
--
Martin 'JaMa' Jansa jabber: Martin.Jansa@gmail.com
[-- Attachment #2: Digital signature --]
[-- Type: application/pgp-signature, Size: 188 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ne10: fix parsing
2016-02-27 21:41 ` Martin Jansa
@ 2016-02-27 22:03 ` Andreas Müller
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Müller @ 2016-02-27 22:03 UTC (permalink / raw)
To: openembedded-devel@lists.openembedded.org
On Sat, Feb 27, 2016 at 10:41 PM, Martin Jansa <martin.jansa@gmail.com> wrote:
> On Sat, Feb 27, 2016 at 10:22:14PM +0100, Andreas Müller wrote:
>> 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
>
> Thanks.
>
> Lesson learned, don't drink and push (unless the patch is from someone
> else who fixed your mistake).
>
> Cheers,
:))
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] ne10: fix parsing
2016-02-27 21:22 [PATCH] ne10: fix parsing Andreas Müller
2016-02-27 21:41 ` Martin Jansa
@ 2016-02-28 3:59 ` Gary Thomas
1 sibling, 0 replies; 4+ messages in thread
From: Gary Thomas @ 2016-02-28 3:59 UTC (permalink / raw)
To: openembedded-devel
On 02/27/2016 10:22 PM, Andreas Müller wrote:
> 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>
> ---
> 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]
Is there some reason for repeating this line twice? They appear to be identical.
> INSANE_SKIP_${PN} += "textrel"
>
--
------------------------------------------------------------
Gary Thomas | Consulting for the
MLB Associates | Embedded world
------------------------------------------------------------
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-02-28 3:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-02-27 21:22 [PATCH] ne10: fix parsing Andreas Müller
2016-02-27 21:41 ` Martin Jansa
2016-02-27 22:03 ` Andreas Müller
2016-02-28 3:59 ` Gary Thomas
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.