diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-06-07 10:07:02 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-06-07 23:21:43 +0100 |
| commit | 9a8d48d65c0eea6b660d5b8ae0837c2f4916a241 (patch) | |
| tree | 4a5eb87de4482e8de83646959dcb50c08cd2dccd /meta/site/mipsel-linux | |
| parent | 5bcc84deb435175dd82be5f3020be5f24ba3e0de (diff) | |
| download | poky-9a8d48d65c0eea6b660d5b8ae0837c2f4916a241.tar.gz | |
site: fix ac_cv_uint typo
Copy-pasting has resulted in a ac_cv_uint -> ac_cv_unit typo spreading
across the mips* site files, fix this.
(From OE-Core rev: 2b50faa9e7c3fea8480d608c4ef8c24837c7f52a)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/site/mipsel-linux')
| -rw-r--r-- | meta/site/mipsel-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/site/mipsel-linux b/meta/site/mipsel-linux index 55cdfdbabc..161b4834b9 100644 --- a/meta/site/mipsel-linux +++ b/meta/site/mipsel-linux | |||
| @@ -46,7 +46,7 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} | |||
| 46 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 46 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
| 47 | 47 | ||
| 48 | #lmbench | 48 | #lmbench |
| 49 | ac_cv_uint=${ac_cv_unit=yes} | 49 | ac_cv_uint=${ac_cv_uint=yes} |
| 50 | 50 | ||
| 51 | # D-BUS | 51 | # D-BUS |
| 52 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | 52 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |
