diff options
author | Enrico Scholz <enrico.scholz@sigma-chemnitz.de> | 2013-12-04 12:18:13 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-12 17:02:33 +0000 |
commit | ec35d5b4b3d2eed7a141f2fd41d5ed7215e66dbf (patch) | |
tree | 070635ae3ab8f1560df3872169de68e26bf195a1 /meta/recipes-devtools/python/python-pygtk | |
parent | a2a200a3951cecd7dd43dee360e0260051c97416 (diff) | |
download | openembedded-core-ec35d5b4b3d2eed7a141f2fd41d5ed7215e66dbf.tar.gz openembedded-core-ec35d5b4b3d2eed7a141f2fd41d5ed7215e66dbf.tar.bz2 openembedded-core-ec35d5b4b3d2eed7a141f2fd41d5ed7215e66dbf.zip |
qt4: fixed dependency on icu
Commit 46dcec6fd455584d9b5d0d7ff1e5b36fbe5a2d62 added 'icu' to DEPENDS
in qt4-x11 only, but enabled icu globally in qt4.inc.
This breaks build of qt4-embedded because this recipe does not have
such a DEPENDS but uses qt4.inc:
| icu.cpp:42:28: fatal error: unicode/utypes.h: No such file or directory
| #include <unicode/utypes.h>
| ^
| compilation terminated.
| make: *** [icu.o] Error 1
Patch moves the 'icu' dependency into qt4.inc.
(From OE-Core rev: adb6e64d69fc947f2c8fa708dcbe854fd2b574f8)
Signed-off-by: Enrico Scholz <enrico.scholz@sigma-chemnitz.de>
Cc: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python-pygtk')
0 files changed, 0 insertions, 0 deletions