summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/meta
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 11:05:01 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-06-07 16:54:55 +0100
commit2b2b3e8c342107b4cbb51e3a81103047ee9b63d9 (patch)
treefeb066d36c055d24ab9db382f1b88d4918521615 /meta/recipes-core/meta
parent950b505ca17062d183f32b8aff6ffb52a7dd1b47 (diff)
downloadpoky-2b2b3e8c342107b4cbb51e3a81103047ee9b63d9.tar.gz
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>
Diffstat (limited to 'meta/recipes-core/meta')
-rw-r--r--meta/recipes-core/meta/buildtools-tarball.bb4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/buildtools-tarball.bb b/meta/recipes-core/meta/buildtools-tarball.bb
index 076fe36d11..211213e1d9 100644
--- a/meta/recipes-core/meta/buildtools-tarball.bb
+++ b/meta/recipes-core/meta/buildtools-tarball.bb
@@ -1,4 +1,6 @@
1DESCRIPTION = "Meta package for building a standalone python tarball and other key build tools" 1DESCRIPTION = "SDK type target for building a standalone tarball containing python, chrpath, git and tar. The \
2 tarball can be used to run bitbake builds on systems which don't meet the usual version requirements."
3SUMMARY = "Standalone tarball for running builds on systems with inadequate software"
2LICENSE = "MIT" 4LICENSE = "MIT"
3LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ 5LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \
4 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" 6 file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420"