]> 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>
Mon, 30 Jan 2012 16:27:07 +0000 (16:27 +0000)
commit9f655fbf0f818e25fdbf247334881da07a29e815
tree6c0944be94fd985fd0e8b81651301dec41de4cc4
parentb992c9e631bfb4888a20a13b7ebf3b5acf59edb5
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.

(From OE-Core rev: 8d580ed449c09a64483519d66e14a2e3b071806a)

Signed-off-by: Wenzong Fan <wenzong.fan@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-qt/qt4/qt4.inc