diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-10 12:40:54 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-03-12 23:39:13 +0000 |
commit | 2c948fa0250b765bc5f2fbe63c82258601cc77ff (patch) | |
tree | 341b0dd71d4ab7f6ffdf3415b810025894359562 /meta/recipes-support/attr/acl_2.3.1.bb | |
parent | 73a99d6b3472a647622fc6b730a5e706dcdde899 (diff) | |
download | poky-2c948fa0250b765bc5f2fbe63c82258601cc77ff.tar.gz |
acl/attr: ptest fixes and improvements
Add a missing perl module dependency for the ptest packages and also
improve the run-ptest script so that the error log is saved allowing
easier debugging if this fails in future.
(From OE-Core rev: fbb9c596b8e6a8a1260dd7aefddf138d20bf64df)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/attr/acl_2.3.1.bb')
-rw-r--r-- | meta/recipes-support/attr/acl_2.3.1.bb | 1 |
1 files changed, 1 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 5fb8f9ae35..9cb19ed72f 100644 --- a/meta/recipes-support/attr/acl_2.3.1.bb +++ b/meta/recipes-support/attr/acl_2.3.1.bb | |||
@@ -65,6 +65,7 @@ RDEPENDS:${PN}-ptest = "acl \ | |||
65 | bash \ | 65 | bash \ |
66 | coreutils \ | 66 | coreutils \ |
67 | perl \ | 67 | perl \ |
68 | perl-module-constant \ | ||
68 | perl-module-filehandle \ | 69 | perl-module-filehandle \ |
69 | perl-module-getopt-std \ | 70 | perl-module-getopt-std \ |
70 | perl-module-posix \ | 71 | perl-module-posix \ |