[oe] Patch for qt4.inc

hvis os oshvis at gmail.com
Wed May 20 06:03:34 UTC 2009


Hi

The recipes/qt4.inc has a problem with packaging.

In the python __anonymous (), the following line
         pkg = "${QT_BASE_LIB}"+ name.lower().replace("qt", "") + "4"
should be replaced by
         pkg = bb.data.getVar("QT_BASE_LIB", d)+ name.lower().replace("qt",
"") + "4"

The original version does not define FILES_* variables correctly. So the
packages will be empty.

Modified file is attached.

Vishnudas P
-------------- next part --------------
A non-text attachment was scrubbed...
Name: qt4.inc
Type: application/octet-stream
Size: 11974 bytes
Desc: not available
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20090520/65679888/attachment-0002.obj>


More information about the Openembedded-devel mailing list