cross-localedef-native : fixup filesystem check error#105
cross-localedef-native : fixup filesystem check error#105yuanxiaofeng666 wants to merge 1 commit intoopenembedded:masterfrom
Conversation
compile glibc-locale triger error, the error info is "cross-localedef-native: /xxx/glibc-locale/2.40+git/ locale-tree/Makefile is on different filesystem than rest (use -f option to override)." But check the file, find it's filesystem is same as the rest. Now use the f_type instead of dev_t to check the filesystem. Signed-off-by: Xiaofeng Yuan <yuanxiaofeng@eswincomputing.com>
|
I wanted you to submit the patch for cross-localedef into its github repo not oe-core see |
my patch is fixup the bug of locale/programs/cross-localedef-hardlink.c, it based on Jason Wessel's 0001-localedef-Add-hardlink-resolver-from-util-linux.patch. In cross-localedef's github repo, I havn't see the cross-localedef-hardlink.c, I don't known how to submit my patch. Can you give me some advice? |
OK this file |
compile glibc-locale triger error, the error info
is "cross-localedef-native: /xxx/glibc-locale/2.40+git/ locale-tree/Makefile is on different filesystem than rest (use -f option to override)." But check the file, find it's filesystem is same as the rest. Now use the f_type instead of dev_t to check the filesystem.