diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-20 21:49:14 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-21 12:16:28 +0000 |
| commit | d00bdb3ce5e9007cfccc0c90a9759420795540cd (patch) | |
| tree | a68a3871626784407fd9551698a4a0b2e5d27489 | |
| parent | 0b674b09c181a015685c5b6d9cdf6f0a5b45fa1b (diff) | |
| download | poky-d00bdb3ce5e9007cfccc0c90a9759420795540cd.tar.gz | |
site/arm-linux: Fix typo for sizeof_char_p
I noticed a typo while looking at the file. It doesn't change a value but
worth fixing since I spotted it.
(From OE-Core rev: 84b407ca5542a6fa828c4b0c62ff60964db73901)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/site/arm-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/site/arm-linux b/meta/site/arm-linux index d3f4939ab8..b06ce4adad 100644 --- a/meta/site/arm-linux +++ b/meta/site/arm-linux | |||
| @@ -3,7 +3,7 @@ ac_cv_sizeof___int64=${ac_cv_sizeof___int64=0} | |||
| 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} | 3 | ac_cv_sizeof_char=${ac_cv_sizeof_char=1} |
| 4 | ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1} | 4 | ac_cv_sizeof_wchar_t=${ac_cv_sizeof_wchar_t=1} |
| 5 | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} | 5 | ac_cv_sizeof_unsigned_char=${ac_cv_sizeof_unsigned_char=1} |
| 6 | ac_cv_sizeof_char_p=${ac_cv_sizeof_int_p=4} | 6 | ac_cv_sizeof_char_p=${ac_cv_sizeof_char_p=4} |
| 7 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 7 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
| 8 | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4} | 8 | ac_cv_sizeof_int_p=${ac_cv_sizeof_int_p=4} |
| 9 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} | 9 | ac_cv_sizeof_long=${ac_cv_sizeof_long=4} |
