]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commitdiff
fts: set SUMMARY instead of DESCRIPTION
authorPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 4 May 2016 03:08:46 +0000 (15:08 +1200)
committerPaul Eggleton <paul.eggleton@linux.intel.com>
Wed, 25 May 2016 03:34:40 +0000 (15:34 +1200)
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>
meta/recipes-core/fts/fts.bb

index c301720768fa0edaf88e18e9424bfa67e06ac256..9d8230fa3d8ff07483684dbfc6bc8a538a175284 100644 (file)
@@ -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"