diff options
author | Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> | 2018-12-12 03:24:20 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-01-08 20:12:11 +0000 |
commit | 257a1ccd16928dff64aa4d2e1553f52e910edbb2 (patch) | |
tree | e86c1df1731ac65eee45bb69a96890356d1dc9d6 /scripts/lib/devtool/runqemu.py | |
parent | 7a8c5d29f70574043d695bc60da16c823d12a83e (diff) | |
download | openembedded-core-257a1ccd16928dff64aa4d2e1553f52e910edbb2.tar.gz openembedded-core-257a1ccd16928dff64aa4d2e1553f52e910edbb2.tar.bz2 openembedded-core-257a1ccd16928dff64aa4d2e1553f52e910edbb2.zip |
nss: Fix SHA_HTONL bug for arm 32be.
Rpm use nss as digest crypto library and which will cause an error as follows:
error: test-manual-1.2.3-20181012.noarch.rpm: Header SHA1 digest: BAD (Expected
f1deb7dc4a10742d88ccd1e967dbc62ae45095a5 !=4ad9d7dad6d70d6086eefec62612ad5d77f2fe81) => this value is wrong
error: test-manual-1.2.3-20181012.noarch.rpm: not an rpm package (or package manifest)
The error is caused by SHA_HTONL in nss, for there is no need to reverse the host value for arm 32be, so fix it.
Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'scripts/lib/devtool/runqemu.py')
0 files changed, 0 insertions, 0 deletions