From 9dd5a0ddbb7a6b5ecc38e286a02b33ea048ba477 Mon Sep 17 00:00:00 2001 From: Luciano Dittgen Date: Tue, 7 Jul 2026 15:51:26 -0300 Subject: half: Fix DESCRIPTION line continuation Drop the stray whitespace after the continuation backslash so the DESCRIPTION follows BitBake syntax expectations. Tested with: git diff --check. Signed-off-by: Luciano Dittgen --- recipes-devtools/half/half_2.1.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-devtools') diff --git a/recipes-devtools/half/half_2.1.0.bb b/recipes-devtools/half/half_2.1.0.bb index 4914f8701..101a3cd92 100644 --- a/recipes-devtools/half/half_2.1.0.bb +++ b/recipes-devtools/half/half_2.1.0.bb @@ -1,5 +1,5 @@ SUMMARY = "C++ library for half precision floating point arithmetics" -DESCRIPTION = "half is a C++ header-only library to provide an IEEE-754 conformant \ +DESCRIPTION = "half is a C++ header-only library to provide an IEEE-754 conformant \ half-precision floating point type along with corresponding arithmetic operators, \ type conversions and common mathematical functions." -- cgit v1.2.3-54-g00ecf