diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-05-25 15:37:11 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 09:30:30 +0100 |
commit | 8fe0b683800b352f17c6ff0465c6eaa5bb8196b9 (patch) | |
tree | 009cba0e835b8d7ee487ee111ec3fce1e5cd548f /meta | |
parent | 8a5637bcad669fa351d30b94e3fdf2896ee44fcb (diff) | |
download | openembedded-core-8fe0b683800b352f17c6ff0465c6eaa5bb8196b9.tar.gz openembedded-core-8fe0b683800b352f17c6ff0465c6eaa5bb8196b9.tar.bz2 openembedded-core-8fe0b683800b352f17c6ff0465c6eaa5bb8196b9.zip |
signing-keys: set SUMMARY instead of DESCRIPTION
Short descriptions should go into SUMMARY (DESCRIPTION will get the same
value if not set.
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-core/meta/signing-keys.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/meta/signing-keys.bb b/meta/recipes-core/meta/signing-keys.bb index ea7400b012..37790373a1 100644 --- a/meta/recipes-core/meta/signing-keys.bb +++ b/meta/recipes-core/meta/signing-keys.bb @@ -1,7 +1,7 @@ # Copyright (C) 2015 Intel Corporation # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "Make public keys of the signing keys available" +SUMMARY = "Makes public keys of the signing keys available" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/LICENSE;md5=4d92cd373abda3937c2bc47fbc49d690 \ file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" |