From: mingli.yu@windriver.com
To: openembedded-core@lists.openembedded.org
Subject: [PATCH] acl: Add attr to RDEPENDS:${PN}-ptest
Date: Thu, 27 Jun 2024 14:17:35 +0800 [thread overview]
Message-ID: <20240627061735.1942404-1-mingli.yu@windriver.com> (raw)
In-Reply-To: <20240626230938fc033ae6@mail.local>
From: Mingli Yu <mingli.yu@windriver.com>
* Add attr which provides getfattr to RDEPENDS:${PN}-ptest to fix below
test/nfs/nfsacl failure.
[19] $ getfattr -m- test/sub -- failed\n'
'Can\'t exec "getfattr": Nosuch file or directory at ./test/run line '
369, <TEST_FILE> line 24. != # file: test/sub\n'
'getfattr: No such file or directory != system.posix_acl_access\n'
'~ != system.posix_acl_default\n'
'~
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
---
meta/recipes-support/attr/acl_2.3.2.bb | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/recipes-support/attr/acl_2.3.2.bb b/meta/recipes-support/attr/acl_2.3.2.bb
index ee86ce2cae..5ac085c322 100644
--- a/meta/recipes-support/attr/acl_2.3.2.bb
+++ b/meta/recipes-support/attr/acl_2.3.2.bb
@@ -68,6 +68,7 @@ do_install_ptest:append:libc-musl() {
}
RDEPENDS:${PN}-ptest = "acl \
+ attr \
bash \
coreutils \
perl \
--
2.34.1
next prev parent reply other threads:[~2024-06-27 6:18 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2024-06-26 5:56 [PATCH v2] acl: Fix nfs ptest failure mingli.yu
2024-06-26 23:09 ` [OE-core] " Alexandre Belloni
2024-06-27 6:15 ` Yu, Mingli
2024-06-27 6:57 ` Alexandre Belloni
2024-06-27 7:03 ` Yu, Mingli
2024-06-27 6:17 ` mingli.yu [this message]
2024-06-27 6:23 ` [OE-core] [PATCH] acl: Add attr to RDEPENDS:${PN}-ptest Chen, Qi
2024-06-27 6:59 ` Yu, Mingli
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20240627061735.1942404-1-mingli.yu@windriver.com \
--to=mingli.yu@windriver.com \
--cc=openembedded-core@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.