[oe-commits] [openembedded-core] 07/56: fts: set SUMMARY instead of DESCRIPTION

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


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

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

    fts: 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/fts/fts.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts.bb
index c301720..9d8230f 100644
--- a/meta/recipes-core/fts/fts.bb
+++ b/meta/recipes-core/fts/fts.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 = "keith bostic's POSIX file tree stream operations library"
+SUMMARY = "POSIX file tree stream operations library"
 HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic"
 LICENSE = "BSD-4-Clause"
 LIC_FILES_CHKSUM = "file://fts.h;beginline=1;endline=36;md5=2532eddb3d1a21905723a4011ec4e085"

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


More information about the Openembedded-commits mailing list