diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-03-24 18:34:55 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2023-03-24 18:36:19 -0700 |
commit | 2ffb159dd0ed10ac2cb34ef7cb63ab609d22a137 (patch) | |
tree | 49dd430dd055e91e2ec99019e1d4ccbf38447621 /meta-filesystems/recipes-utils/xfstests/xfstests_2023.03.05.bb | |
parent | ed326630a9b14ed98a46a511df5a2e2c24512451 (diff) | |
download | meta-openembedded-2ffb159dd0ed10ac2cb34ef7cb63ab609d22a137.tar.gz |
xfstests: Fix build with musl
Musl does not implement FTW_ACTIONRETVAL which is a GNU extention
therefore add that to configure check before enabling nftw
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-filesystems/recipes-utils/xfstests/xfstests_2023.03.05.bb')
-rw-r--r-- | meta-filesystems/recipes-utils/xfstests/xfstests_2023.03.05.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2023.03.05.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2023.03.05.bb index 9baa31f71..fdfe04574 100644 --- a/meta-filesystems/recipes-utils/xfstests/xfstests_2023.03.05.bb +++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2023.03.05.bb | |||
@@ -8,6 +8,7 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master;na | |||
8 | git://github.com/amir73il/unionmount-testsuite.git;branch=master;protocol=https;name=unionmount;destsuffix=unionmount-testsuite \ | 8 | git://github.com/amir73il/unionmount-testsuite.git;branch=master;protocol=https;name=unionmount;destsuffix=unionmount-testsuite \ |
9 | file://0001-Add-a-return-type-to-aio_rw.patch \ | 9 | file://0001-Add-a-return-type-to-aio_rw.patch \ |
10 | file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \ | 10 | file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \ |
11 | file://0001-m4-Check-for-FTW_ACTIONRETVAL-along-with-nftw.patch \ | ||
11 | " | 12 | " |
12 | 13 | ||
13 | SRCREV_xfstests = "f7765774a1b5cb98c2f21a892e82b3421f40e791" | 14 | SRCREV_xfstests = "f7765774a1b5cb98c2f21a892e82b3421f40e791" |