From fbbe7cefdd05c5149ce16975ed5ea56e787e419b Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Mon, 25 Mar 2024 10:56:46 -0700 Subject: xfstests: Fix build with musl >= 1.2.5 Signed-off-by: Khem Raj --- meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb') diff --git a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb index 2d5fedb41..c8a80523d 100644 --- a/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb +++ b/meta-filesystems/recipes-utils/xfstests/xfstests_2024.03.03.bb @@ -10,6 +10,8 @@ SRC_URI = "git://git.kernel.org/pub/scm/fs/xfs/xfstests-dev.git;branch=master \ git://github.com/amir73il/unionmount-testsuite.git;branch=master;protocol=https;name=unionmount;destsuffix=unionmount-testsuite \ file://0001-add-missing-FTW_-macros-when-not-available-in-libc.patch \ file://0002-Drop-detached_mounts_propagation-and-remove-sys-moun.patch \ + file://0001-include-libgen.h-for-basename-API-prototype.patch \ + file://0002-Add-missing-STATX_ATTR_-defines-from-musl-sys-stat.h.patch \ " S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf