[OE-core] [PATCH 1/1] beecrypt: DEPENDS on icu

Robert Yang liezhi.yang at windriver.com
Thu Jun 11 09:07:06 UTC 2015


Fixed when fresh build:
$ bitbake beecrypt-native

| In file included from /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/include/beecrypt/c++/lang/System.h:32:0,
|                  from /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/c++/lang/System.cxx:27:
| /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/include/beecrypt/c++/io/PrintStream.h:31:26: fatal error: unicode/ucnv.h: No such file or directory
| compilation terminated.
| In file included from /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/c++/lang/String.cxx:25:0:
| /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/include/beecrypt/c++/lang/String.h:41:28: fatal error: unicode/unistr.h: No such file or directory
| compilation terminated.
| In file included from /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/include/beecrypt/c++/lang/StringBuffer.h:30:0,
|                  from /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/c++/lang/StringBuffer.cxx:25:
| /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/include/beecrypt/c++/lang/String.h:41:28: fatal error: unicode/unistr.h: No such file or directory
| compilation terminated.
| In file included from /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/include/beecrypt/c++/lang/Long.h:28:0,
|                  from /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/c++/lang/Long.cxx:25:
| /path/to/beecrypt-native/4.2.1-r3/beecrypt-4.2.1/include/beecrypt/c++/lang/String.h:41:28: fatal error: unicode/unistr.h: No such file or directory
| compilation terminated.

Both target and native has this error.

Signed-off-by: Robert Yang <liezhi.yang at windriver.com>
---
 meta/recipes-support/beecrypt/beecrypt_4.2.1.bb |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
index 1e626f1..62b4f7c 100644
--- a/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
+++ b/meta/recipes-support/beecrypt/beecrypt_4.2.1.bb
@@ -24,6 +24,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=9894370afd5dfe7d02b8d14319e729a1 \
 
 PR = "r3"
 
+DEPENDS += "icu"
+
 inherit autotools multilib_header ptest
 acpaths=""
 
-- 
1.7.9.5




More information about the Openembedded-core mailing list