On Wed, 2026-05-13 at 11:07 +0200, Thomas Perrot via lists.openembedded.org wrote: > From: Thomas Perrot <[email protected]> > > Fix a typo in the variable name: "DESCRIPTIOM" -> "DESCRIPTION". > This misspelling caused BitBake to silently ignore the description > assignment. > > Signed-off-by: Thomas Perrot <[email protected]> > --- > 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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236954): https://lists.openembedded.org/g/openembedded-core/message/236954 Mute This Topic: https://lists.openembedded.org/mt/119294271/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
