| Message ID | 20260513090751.888177-1-thomas.perrot@bootlin.com |
|---|---|
| State | Changes Requested |
| Headers | show |
| Series | compiler-rt: fix DESCRIPTION variable name typo | expand |
On Wed, 2026-05-13 at 11:07 +0200, Thomas Perrot via lists.openembedded.org wrote: > From: Thomas Perrot <thomas.perrot@bootlin.com> > > Fix a typo in the variable name: "DESCRIPTIOM" -> "DESCRIPTION". > This misspelling caused BitBake to silently ignore the description > assignment. > > Signed-off-by: Thomas Perrot <thomas.perrot@bootlin.com> > --- > meta/recipes-devtools/clang/compiler-rt_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta/recipes-devtools/clang/compiler-rt_git.bb > b/meta/recipes-devtools/clang/compiler-rt_git.bb > index a265c2aa9387..a35af99ff615 100644 > --- a/meta/recipes-devtools/clang/compiler-rt_git.bb > +++ b/meta/recipes-devtools/clang/compiler-rt_git.bb > @@ -2,7 +2,7 @@ > # Released under the MIT license (see COPYING.MIT for the terms) > > SUMMARY = "LLVM based C/C++ compiler Runtime" > -DESCRIPTIOM = "Simple builtin library that provides an \ > +DESCRIPTION ="Simple builtin library that provides an \ > implementation of the low-level > target-specific \ > hooks required by code generation > and other runtime \ > components" That has a whitespace typo! (the =") Cheers, Richard
diff --git a/meta/recipes-devtools/clang/compiler-rt_git.bb b/meta/recipes-devtools/clang/compiler-rt_git.bb index a265c2aa9387..a35af99ff615 100644 --- a/meta/recipes-devtools/clang/compiler-rt_git.bb +++ b/meta/recipes-devtools/clang/compiler-rt_git.bb @@ -2,7 +2,7 @@ # Released under the MIT license (see COPYING.MIT for the terms) SUMMARY = "LLVM based C/C++ compiler Runtime" -DESCRIPTIOM = "Simple builtin library that provides an \ +DESCRIPTION ="Simple builtin library that provides an \ implementation of the low-level target-specific \ hooks required by code generation and other runtime \ components"