]> code.ossystems Code Review - openembedded-core.git/commit
qt4-x11-free: Fix broken regexes in qt4-x11-free's recipe.
authorWenzong Fan <wenzong.fan@windriver.com>
Tue, 11 Oct 2011 08:32:23 +0000 (16:32 +0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 14 Oct 2011 11:53:32 +0000 (12:53 +0100)
commit8d580ed449c09a64483519d66e14a2e3b071806a
tree0b3e733d4aeede34e5b5e7ad89a5eb1f94560ef3
parent2d2ac8bbbbb98080ad339113c3f27f9573374be2
qt4-x11-free: Fix broken regexes in qt4-x11-free's recipe.

[YOCTO #1671]

qt4-x11-free's recipe includes a sed script to sanitize it's .prl files,
which are used by qmake to generate a list of libs and includes in the
Makefiles it generates. It however, fails to take into account the possibility
of trailing slashes, and thus leaves them in, and breaks gcc's syntax.
Update these regexes to account for them.

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
meta/recipes-qt/qt4/qt4.inc