diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2013-04-24 17:49:11 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-29 14:43:48 +0100 |
commit | c12ed47769d7784d0483629dd56b42bf84f50510 (patch) | |
tree | 200fe433a28d7e7df1c03299c2a6b077b2944ed2 /meta | |
parent | 0d3ade0c086b72517760f0e52f0465330b4aec41 (diff) | |
download | openembedded-core-c12ed47769d7784d0483629dd56b42bf84f50510.tar.gz openembedded-core-c12ed47769d7784d0483629dd56b42bf84f50510.tar.bz2 openembedded-core-c12ed47769d7784d0483629dd56b42bf84f50510.zip |
external-sourcery-toolchain: add SUMMARY
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/external-sourcery-toolchain.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-core/meta/external-sourcery-toolchain.bb b/meta/recipes-core/meta/external-sourcery-toolchain.bb index 74c82ec978..24c7ce8564 100644 --- a/meta/recipes-core/meta/external-sourcery-toolchain.bb +++ b/meta/recipes-core/meta/external-sourcery-toolchain.bb @@ -3,6 +3,7 @@ require recipes-core/eglibc/eglibc-package.inc INHIBIT_DEFAULT_DEPS = "1" # License applies to this recipe code, not the toolchain itself +SUMMARY = "External Sourcery G++ toolchain" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=3f40d7994397109285ec7b81fdeb3b58 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |