python-external-tarball: Improve DESCRIPTION/SUMMARY

Improve the DESCRIPTION for the recipe and add a SUMMMARY.

(From OE-Core rev: ecdccd0c19c1d27aee43a3cca8e4467f270d7f9c)

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2013-06-07 11:05:01 +00:00
parent 950b505ca1
commit 2b2b3e8c34
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
DESCRIPTION = "Meta package for building a standalone python tarball and other key build tools"
DESCRIPTION = "SDK type target for building a standalone tarball containing python, chrpath, git and tar. The \
tarball can be used to run bitbake builds on systems which don't meet the usual version requirements."
SUMMARY = "Standalone tarball for running builds on systems with inadequate software"
LICENSE = "MIT"
LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"