diff options
| author | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 15:51:26 -0300 |
|---|---|---|
| committer | Luciano Dittgen <luciano.dittgen@ossystems.com.br> | 2026-07-07 15:51:26 -0300 |
| commit | 9dd5a0ddbb7a6b5ecc38e286a02b33ea048ba477 (patch) | |
| tree | e6b334ea21a0207d912e261cbefc08c478a1f80f | |
| parent | 717410a38d033a3c18a617145a69f5b50b88f824 (diff) | |
| download | meta-freescale-9dd5a0ddbb7a6b5ecc38e286a02b33ea048ba477.tar.gz | |
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 <luciano.dittgen@ossystems.com.br>
| -rw-r--r-- | recipes-devtools/half/half_2.1.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 @@ | |||
| 1 | SUMMARY = "C++ library for half precision floating point arithmetics" | 1 | SUMMARY = "C++ library for half precision floating point arithmetics" |
| 2 | DESCRIPTION = "half is a C++ header-only library to provide an IEEE-754 conformant \ | 2 | DESCRIPTION = "half is a C++ header-only library to provide an IEEE-754 conformant \ |
| 3 | half-precision floating point type along with corresponding arithmetic operators, \ | 3 | half-precision floating point type along with corresponding arithmetic operators, \ |
| 4 | type conversions and common mathematical functions." | 4 | type conversions and common mathematical functions." |
| 5 | 5 | ||
