diff options
| author | Khem Raj <raj.khem@gmail.com> | 2023-04-20 20:41:32 -0700 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-04-27 14:41:31 +0100 |
| commit | 4bbf473b64de65b368e497c505d2aa8435a5c5c5 (patch) | |
| tree | 58c07ecbbe58d13c9a732cb8a788661f794c5da4 | |
| parent | 6f45ae15f2cb25bf508906d4de4eaaac2e1aee28 (diff) | |
| download | poky-4bbf473b64de65b368e497c505d2aa8435a5c5c5.tar.gz | |
acl: Disable misc.test on musl
misc.test fails on musl due to nftw order, ignore it for now
(From OE-Core rev: 91168c7ddb06454106fa15bd26e7dc70db6eefd0)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
| -rw-r--r-- | meta/recipes-support/attr/acl_2.3.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/acl_2.3.1.bb b/meta/recipes-support/attr/acl_2.3.1.bb index 9cb19ed72f..9badd33254 100644 --- a/meta/recipes-support/attr/acl_2.3.1.bb +++ b/meta/recipes-support/attr/acl_2.3.1.bb | |||
| @@ -61,6 +61,10 @@ do_install_ptest() { | |||
| 61 | rm ${D}${PTEST_PATH}/.libs/libtestlookup.lai | 61 | rm ${D}${PTEST_PATH}/.libs/libtestlookup.lai |
| 62 | } | 62 | } |
| 63 | 63 | ||
| 64 | do_install_ptest:append:libc-musl() { | ||
| 65 | sed -i -e '/test\/misc.test/d' ${D}${PTEST_PATH}/Makefile | ||
| 66 | } | ||
| 67 | |||
| 64 | RDEPENDS:${PN}-ptest = "acl \ | 68 | RDEPENDS:${PN}-ptest = "acl \ |
| 65 | bash \ | 69 | bash \ |
| 66 | coreutils \ | 70 | coreutils \ |
