doc update: add note about openssl sha1 to calculate checksum

This commit is contained in:
Tony Theodore 2013-07-07 15:17:59 +10:00
parent 7c1f0f5091
commit 9cf5ba7c11
1 changed files with 5 additions and 0 deletions

View File

@ -2384,6 +2384,11 @@ USE_OSGPLUGIN(<plugin2>)
To fill the <code>$(PKG)_CHECKSUM</code> field, use a command such as (for file gettext.mk):
</p>
<pre>make update-checksum-gettext</pre>
<p>or:</p>
<pre>openssl sha1 pkg/gettext-x.y.z.tar.gz</pre>
<p>
if you have already downloaded the package
</p>
<p>
Be especially careful with the <code>$(PKG)_DEPS</code> section.