]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
signing-keys: set SUMMARY instead of DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 4 May 2016 03:08:57 +0000 (15:08 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 25 May 2016 03:34:40 +0000 (15:34 +1200)
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>
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"