aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-04 15:08:57 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-25 15:34:40 +1200
commit9d98e71520dc4b017525610697bc766eac0ad4a8 (patch)
treefa728fc7660c4f7ad7e67a72552a513102d3e75d
parenta4c6f9a2bf8ddb04a537800c59ec87a6d21a845c (diff)
downloadopenembedded-core-contrib-9d98e71520dc4b017525610697bc766eac0ad4a8.tar.gz
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>
-rw-r--r--meta/recipes-core/meta/signing-keys.bb2
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"