diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2016-05-25 15:37:09 +1200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-05-30 09:30:29 +0100 |
commit | 17d85cf0a9a1943831b8458f589c0cf5ea53fa87 (patch) | |
tree | 5d6a764978fc07cc95358df140fe87d576f88821 /meta/recipes-core/bsd-headers | |
parent | 16c30d85a8bae3cbebb80c082ccd34e2ab0d2540 (diff) | |
download | openembedded-core-17d85cf0a9a1943831b8458f589c0cf5ea53fa87.tar.gz openembedded-core-17d85cf0a9a1943831b8458f589c0cf5ea53fa87.tar.bz2 openembedded-core-17d85cf0a9a1943831b8458f589c0cf5ea53fa87.zip |
bsd-headers: 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>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'meta/recipes-core/bsd-headers')
-rw-r--r-- | meta/recipes-core/bsd-headers/bsd-headers.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-core/bsd-headers/bsd-headers.bb b/meta/recipes-core/bsd-headers/bsd-headers.bb index 8f43d431d9..c9945d45eb 100644 --- a/meta/recipes-core/bsd-headers/bsd-headers.bb +++ b/meta/recipes-core/bsd-headers/bsd-headers.bb @@ -1,7 +1,7 @@ # Copyright (C) 2016 Khem Raj <raj.khem@gmail.com> # Released under the MIT license (see COPYING.MIT for the terms) -DESCRIPTION = "bsd compatible headers" +SUMMARY = "BSD compatible headers" LICENSE = "BSD-3-Clause & BSD-2-Clause" LIC_FILES_CHKSUM = "file://sys-queue.h;beginline=1;endline=32;md5=c6352b0f03bb448600456547d334b56f" SECTION = "devel" |