]> code.ossystems Code Review - openembedded-core.git/commit
subversion: Fix issues in LDFLAGS sed manipulation
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 7 Dec 2016 13:54:18 +0000 (13:54 +0000)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 11 Jan 2017 11:46:46 +0000 (11:46 +0000)
commit980140fc0735df66592c09acda9686386711f2b5
tree4205475575a5d25796745ba56804d66b01a2d8b3
parentf884ee9b911d1ce38b84d90113113c6e8c30253b
subversion: Fix issues in LDFLAGS sed manipulation

The existing sed expression can match expressions like
--sysroot=/some/path/xxx-linux/ which clearly isn't intended and
injects incorrect paths into LDFLAGS.

Fix this in the same way we address the problem in CFLAGS. This fixes corrupt
build paths and incorrect paths in .la files amongst other issues.

(From OE-Core rev: 9a8382422ddbb0972dc25b752204f4908bb9857c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
meta/recipes-devtools/subversion/subversion/serfmacro.patch [new file with mode: 0644]
meta/recipes-devtools/subversion/subversion_1.9.4.bb