summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/bsd-headers
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2016-05-25 15:37:09 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-05-30 15:58:10 +0100
commit3a3104720d34845c9bc9d211ffc5c43fa760660d (patch)
tree6eb9b887fe24f64ae4a4f9bb0136d7c403314211 /meta/recipes-core/bsd-headers
parent4d6f027e514ed02cdd1b5b119f2fe83e87107dd0 (diff)
downloadpoky-3a3104720d34845c9bc9d211ffc5c43fa760660d.tar.gz
bsd-headers: set SUMMARY instead of DESCRIPTION
Short descriptions should go into SUMMARY (DESCRIPTION will get the same value if not set.) (From OE-Core rev: 17d85cf0a9a1943831b8458f589c0cf5ea53fa87) 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/bsd-headers')
-rw-r--r--meta/recipes-core/bsd-headers/bsd-headers.bb2
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 @@
1# Copyright (C) 2016 Khem Raj <raj.khem@gmail.com> 1# Copyright (C) 2016 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
4DESCRIPTION = "bsd compatible headers" 4SUMMARY = "BSD compatible headers"
5LICENSE = "BSD-3-Clause & BSD-2-Clause" 5LICENSE = "BSD-3-Clause & BSD-2-Clause"
6LIC_FILES_CHKSUM = "file://sys-queue.h;beginline=1;endline=32;md5=c6352b0f03bb448600456547d334b56f" 6LIC_FILES_CHKSUM = "file://sys-queue.h;beginline=1;endline=32;md5=c6352b0f03bb448600456547d334b56f"
7SECTION = "devel" 7SECTION = "devel"