aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-04 15:08:46 +1200
committerPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-25 15:34:40 +1200
commita4c6f9a2bf8ddb04a537800c59ec87a6d21a845c (patch)
treeeb1b8b2c9d30dcd4f6fa16dcc1b407627fc24079
parentac62e825009a9257dddea5427ce2e37d2b88db5f (diff)
downloadopenembedded-core-contrib-a4c6f9a2bf8ddb04a537800c59ec87a6d21a845c.tar.gz
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@linux.intel.com>
-rw-r--r--meta/recipes-core/fts/fts.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/fts/fts.bb b/meta/recipes-core/fts/fts.bb
index c301720768..9d8230fa3d 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@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"