]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
gnutls: fix sed command
authorRobert Yang <liezhi.yang@windriver.com>
Sat, 17 Jan 2015 17:08:39 +0000 (09:08 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 23 Jan 2015 11:35:25 +0000 (11:35 +0000)
commit51a12be7104bc3925b700597c6d52238c0fc5044
tree6c12f6864a36c120bb0692885e6c0c81abaf0739
parentc33639963491f00f55b80299922895fe68b0637d
gnutls: fix sed command

The "sed 's/.bak//g'" matchs "bitbake", which would cause strange errors
when the S contains "bitbake", fix to "sed 's/\.bak$//'`"

Signed-off-by: Robert Yang <liezhi.yang@windriver.com>
meta/recipes-support/gnutls/gnutls/configure.ac-fix-sed-command.patch [new file with mode: 0644]
meta/recipes-support/gnutls/gnutls_3.3.11.bb