[oe-commits] [openembedded-core] 08/56: signing-keys: set SUMMARY instead of DESCRIPTION

git at git.openembedded.org git at git.openembedded.org
Mon May 30 08:38:31 UTC 2016


rpurdie pushed a commit to branch master-next
in repository openembedded-core.

commit 8fe0b683800b352f17c6ff0465c6eaa5bb8196b9
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Wed May 25 15:37:11 2016 +1200

    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 at linux.intel.com>
    Signed-off-by: Ross Burton <ross.burton at intel.com>
---
 meta/recipes-core/meta/signing-keys.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/meta/signing-keys.bb b/meta/recipes-core/meta/signing-keys.bb
index ea7400b..3779037 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"

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list