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 | |
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')
-rw-r--r-- | meta/site/mips-linux | 2 | ||||
-rw-r--r-- | meta/site/mips64-linux | 2 | ||||
-rw-r--r-- | meta/site/mips64el-linux | 2 | ||||
-rw-r--r-- | meta/site/mipsel-linux | 2 | ||||
-rw-r--r-- | meta/site/mipsisa32r6-linux | 2 | ||||
-rw-r--r-- | meta/site/mipsisa32r6el-linux | 2 | ||||
-rw-r--r-- | meta/site/mipsisa64r6-linux | 2 | ||||
-rw-r--r-- | meta/site/mipsisa64r6el-linux | 2 |
8 files changed, 8 insertions, 8 deletions
diff --git a/meta/site/mips-linux b/meta/site/mips-linux index 47b532c0a7..bfb93d91a6 100644 --- a/meta/site/mips-linux +++ b/meta/site/mips-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} |
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} |
diff --git a/meta/site/mips64el-linux b/meta/site/mips64el-linux index 55cdfdbabc..161b4834b9 100644 --- a/meta/site/mips64el-linux +++ b/meta/site/mips64el-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} |
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} |
diff --git a/meta/site/mipsisa32r6-linux b/meta/site/mipsisa32r6-linux index 47b532c0a7..bfb93d91a6 100644 --- a/meta/site/mipsisa32r6-linux +++ b/meta/site/mipsisa32r6-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} |
diff --git a/meta/site/mipsisa32r6el-linux b/meta/site/mipsisa32r6el-linux index 55cdfdbabc..161b4834b9 100644 --- a/meta/site/mipsisa32r6el-linux +++ b/meta/site/mipsisa32r6el-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} |
diff --git a/meta/site/mipsisa64r6-linux b/meta/site/mipsisa64r6-linux index 47b532c0a7..bfb93d91a6 100644 --- a/meta/site/mipsisa64r6-linux +++ b/meta/site/mipsisa64r6-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} |
diff --git a/meta/site/mipsisa64r6el-linux b/meta/site/mipsisa64r6el-linux index 55cdfdbabc..161b4834b9 100644 --- a/meta/site/mipsisa64r6el-linux +++ b/meta/site/mipsisa64r6el-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} |