[OE-core] [krogoth][PATCH] binutils: fix AR issue when opkg is unpacking IPKs containing empty entries

Richard Purdie richard.purdie at linuxfoundation.org
Thu Oct 6 10:45:06 UTC 2016


On Thu, 2016-10-06 at 10:23 +0200, Martin Jansa wrote:
> ++    # This commmand used to fail with: "Malformed archive".
> ++    set got [binutils_run $AR "-t $archive"]
> ++    if ![string match "empty
> " $got] {
> ++	fail $testname
> ++	return
> ++    }
> ++
> ++    pass $testname

The patch fails to apply due to the above corruption (line not starting
++). Could you resend or point to a branch with the patch on please?

Cheers,

Richard



More information about the Openembedded-core mailing list