]> code.ossystems Code Review - openembedded-core.git/commit
openssl: add DEPENDS on openssl-native for rehash
authorJackie Huang <jackie.huang@windriver.com>
Tue, 19 Aug 2014 01:44:38 +0000 (21:44 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 23 Aug 2014 08:25:05 +0000 (09:25 +0100)
commit9705586b6eca157e8f8fd6071f489a49bf1db181
tree6c03b2903c7b91f9d70a533a74acdd3644902604
parentafcaccd283e590294335f38d86635cf99db39e3f
openssl: add DEPENDS on openssl-native for rehash

'make rehash' used the compiled openssl to get hash value
for files, it always failed when cross compiling:

/path/to/openssl/1.0.1i-r0/openssl-1.0.1i/util/shlib_wrap.sh:
line 96: /path/to/openssl/1.0.1i-r0/openssl-1.0.1i/util/../apps/openssl:
cannot execute binary file

so add DEPENDS on openssl-native for target package and use it
instead of the one compiled from target package.

Signed-off-by: Jackie Huang <jackie.huang@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-connectivity/openssl/openssl.inc