]> code.ossystems Code Review - openembedded-core.git/commitdiff
signing-keys: set SUMMARY instead of DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 25 May 2016 03:37:11 +0000 (15:37 +1200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 30 May 2016 08:30:30 +0000 (09:30 +0100)
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>
meta/recipes-core/meta/signing-keys.bb

index ea7400b012be8929a75f50b11d049773e6f5a4ae..37790373a1d0a001f31116770c1ed159fad3fd17 100644 (file)
@@ -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"