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-05 14:24:42 +0000 |
commit | c3c2cc4180118fef377b7f4ce92b920a6589cf48 (patch) | |
tree | f79e9e0cd24962bfd861304799e9212cdc5e2857 /scripts/oe-selftest | |
parent | 3456bd3ede27686faa95660e7af1565003165cee (diff) | |
download | poky-c3c2cc4180118fef377b7f4ce92b920a6589cf48.tar.gz |
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 'scripts/oe-selftest')
0 files changed, 0 insertions, 0 deletions