diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-05-25 15:37:10 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 15:58:10 +0100 |
commit | 0c2972b9f8085465f1e3472a08249be02ef5004e (patch) | |
tree | f6f1e2c3557e5844d0a53367ce79db6b83c6f276 /meta/recipes-core/fts | |
parent | 3a3104720d34845c9bc9d211ffc5c43fa760660d (diff) | |
download | poky-0c2972b9f8085465f1e3472a08249be02ef5004e.tar.gz |
fts: set SUMMARY instead of DESCRIPTION
Short descriptions should go into SUMMARY (DESCRIPTION will get the same
value if not set.
(From OE-Core rev: 8a5637bcad669fa351d30b94e3fdf2896ee44fcb)
Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/fts')
-rw-r--r-- | meta/recipes-core/fts/fts.bb | 2 |
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 @@ | |||
1 | # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> | 1 | # Copyright (C) 2015 Khem Raj <raj.khem@gmail.com> |
2 | # Released under the MIT license (see COPYING.MIT for the terms) | 2 | # Released under the MIT license (see COPYING.MIT for the terms) |
3 | 3 | ||
4 | DESCRIPTION = "keith bostic's POSIX file tree stream operations library" | 4 | SUMMARY = "POSIX file tree stream operations library" |
5 | HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic" | 5 | HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic" |
6 | LICENSE = "BSD-4-Clause" | 6 | LICENSE = "BSD-4-Clause" |
7 | LIC_FILES_CHKSUM = "file://fts.h;beginline=1;endline=36;md5=2532eddb3d1a21905723a4011ec4e085" | 7 | LIC_FILES_CHKSUM = "file://fts.h;beginline=1;endline=36;md5=2532eddb3d1a21905723a4011ec4e085" |