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/mips64-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/mips64-linux')
| -rw-r--r-- | meta/site/mips64-linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/site/mips64-linux b/meta/site/mips64-linux index 47b532c0a7..bfb93d91a6 100644 --- a/meta/site/mips64-linux +++ b/meta/site/mips64-linux | |||
| @@ -45,7 +45,7 @@ samba_cv_HAVE_GETTIMEOFDAY_TZ=${samba_cv_HAVE_GETTIMEOFDAY_TZ=yes} | |||
| 45 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} | 45 | ac_cv_sizeof_int=${ac_cv_sizeof_int=4} |
| 46 | 46 | ||
| 47 | # lmbench | 47 | # lmbench |
| 48 | ac_cv_uint=${ac_cv_unit=yes} | 48 | ac_cv_uint=${ac_cv_uint=yes} |
| 49 | 49 | ||
| 50 | # D-BUS | 50 | # D-BUS |
| 51 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} | 51 | ac_cv_func_posix_getpwnam_r=${ac_cv_func_posix_getpwnam_r=yes} |
