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-04 14:17:14 +0000 |
commit | adb6e64d69fc947f2c8fa708dcbe854fd2b574f8 (patch) | |
tree | 3606e54f69e7dd0d5516c7eacefbec8a6710f95d /scripts/oe-selftest | |
parent | 667f1e5cb4e24cd868c8fcb6e434e70cf9383c87 (diff) | |
download | openembedded-core-adb6e64d69fc947f2c8fa708dcbe854fd2b574f8.tar.gz openembedded-core-adb6e64d69fc947f2c8fa708dcbe854fd2b574f8.tar.bz2 openembedded-core-adb6e64d69fc947f2c8fa708dcbe854fd2b574f8.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.
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 'scripts/oe-selftest')
0 files changed, 0 insertions, 0 deletions