summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/llvm/llvm_git.bb
diff options
context:
space:
mode:
authorAlexander Kanavin <alex.kanavin@gmail.com>2023-03-31 07:26:34 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-13 13:53:44 +0100
commit9f96e494687f513509e52c645bbcb86dfdf2c4f9 (patch)
tree1a39d3ba7f8ba5b8ef508c9f90a20bd31bcf7c14 /meta/recipes-devtools/llvm/llvm_git.bb
parentba94f9a3b1960cc0fdc831c20a9d2f8ad289f307 (diff)
downloadpoky-9f96e494687f513509e52c645bbcb86dfdf2c4f9.tar.gz
meta/recipes: ensure all recipes have a SUMMARY
DESCRIPTION is optional for now; writing good component descriptions is not easy (but appreciated). (From OE-Core rev: 9ce4f9248db3db70732d886a18ea355f321bd49d) Signed-off-by: Alexander Kanavin <alex@linutronix.de> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/llvm/llvm_git.bb')
-rw-r--r--meta/recipes-devtools/llvm/llvm_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb
index f617b17231..acf7f4c3d7 100644
--- a/meta/recipes-devtools/llvm/llvm_git.bb
+++ b/meta/recipes-devtools/llvm/llvm_git.bb
@@ -1,7 +1,7 @@
1# Copyright (C) 2017 Khem Raj <raj.khem@gmail.com> 1# Copyright (C) 2017 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 = "The LLVM Compiler Infrastructure" 4SUMMARY = "The LLVM Compiler Infrastructure"
5HOMEPAGE = "http://llvm.org" 5HOMEPAGE = "http://llvm.org"
6LICENSE = "Apache-2.0-with-LLVM-exception" 6LICENSE = "Apache-2.0-with-LLVM-exception"
7SECTION = "devel" 7SECTION = "devel"