[oe-commits] [openembedded-core] 09/56: argp-standalone: set SUMMARY instead of DESCRIPTION

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


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

commit 82cf96ad1a1e27324a281ca952e11d5b1ffd611e
Author: Paul Eggleton <paul.eggleton at linux.intel.com>
AuthorDate: Wed May 25 15:37:12 2016 +1200

    argp-standalone: 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-support/argp-standalone/argp-standalone_1.3.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb
index d61c8be..bd0cfdf 100644
--- a/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb
+++ b/meta/recipes-support/argp-standalone/argp-standalone_1.3.bb
@@ -1,7 +1,7 @@
 # Copyright (C) 2015 Khem Raj <raj.khem at gmail.com>
 # Released under the MIT license (see COPYING.MIT for the terms)
 
-DESCRIPTION = "Glibc hierarchical argument parsing standalone library"
+SUMMARY = "Glibc hierarchical argument parsing standalone library"
 HOMEPAGE = "http://www.lysator.liu.se/~nisse/misc/"
 LICENSE = "LGPL-2.1"
 LIC_FILES_CHKSUM = "file://argp.h;beginline=1;endline=20;md5=008b7e53dea6f9e1d9fdef0d9cf3184a"

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


More information about the Openembedded-commits mailing list