aboutsummaryrefslogtreecommitdiffstats
path: root/meta-filesystems/recipes-utils
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2022-12-23 10:08:17 -0800
committerKhem Raj <raj.khem@gmail.com>2022-12-26 09:55:57 -0800
commit25391e43c3b6c30a4da023e51c91f7d4751b262d (patch)
tree3288c55a729ff60db3b63a845e9593149c267522 /meta-filesystems/recipes-utils
parent570a57903dec838009daac25a4520ce370958558 (diff)
downloadmeta-openembedded-contrib-25391e43c3b6c30a4da023e51c91f7d4751b262d.tar.gz
xfstests: Add -D_LARGEFILE64_SOURCE on musl
it used lfs64 funcitons which are under _LARGEFILE64_SOURCE and musl does not define it indirectly undet _GNU_SOURCE like glibc Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils')
-rw-r--r--meta-filesystems/recipes-utils/xfstests/xfstests_2022.12.11.bb1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.12.11.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.12.11.bb
index 136fea8adc..b7cbd3a6d5 100644
--- a/meta-filesystems/recipes-utils/xfstests/xfstests_2022.12.11.bb
+++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2022.12.11.bb
@@ -41,6 +41,7 @@ USERADD_PARAM:${PN} = "-U -m fsgqa; -N 123456-fsgqa; -N fsgqa2"
EXTRA_OECONF = "INSTALL_USER=root INSTALL_GROUP=root"
+TARGET_CC_ARCH:append:libc-musl = " -D_LARGEFILE64_SOURCE"
# install-sh script in the project is outdated
# we use the one from the latest libtool to solve installation issues
# It looks like the upstream is not interested in having it fixed :(