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" -- 2.54.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#236951): https://lists.openembedded.org/g/openembedded-core/message/236951 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]] -=-=-=-=-=-=-=-=-=-=-=-
