mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 09:49:33 +02:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
3a3104720d
commit
0c2972b9f8
@@ -1,7 +1,7 @@
|
|||||||
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
|
# Copyright (C) 2015 Khem Raj <raj.khem@gmail.com>
|
||||||
# Released under the MIT license (see COPYING.MIT for the terms)
|
# 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"
|
HOMEPAGE = "https://sites.google.com/a/bostic.com/keithbostic"
|
||||||
LICENSE = "BSD-4-Clause"
|
LICENSE = "BSD-4-Clause"
|
||||||
LIC_FILES_CHKSUM = "file://fts.h;beginline=1;endline=36;md5=2532eddb3d1a21905723a4011ec4e085"
|
LIC_FILES_CHKSUM = "file://fts.h;beginline=1;endline=36;md5=2532eddb3d1a21905723a4011ec4e085"
|
||||||
|
|||||||
Reference in New Issue
Block a user