diff options
| author | Armin Kuster <akuster808@gmail.com> | 2020-09-29 11:49:31 -0700 |
|---|---|---|
| committer | Armin Kuster <akuster808@gmail.com> | 2020-10-01 06:22:07 -0700 |
| commit | ab251c2c7b148adc081d334d9af4b0025c328f8d (patch) | |
| tree | b9a0c39d3364907c84988ba0e1ac9336c2f170dd | |
| parent | 1b8f1b1dfb64192e9ee8f2c65db5d39385ec9e97 (diff) | |
| download | meta-security-ab251c2c7b148adc081d334d9af4b0025c328f8d.tar.gz | |
libseccomp: fix ptest failures.
Fixes:
BusyBox v1.32.0 () multi-call binary.
Usage: dd [if=FILE] [of=FILE] [bs=N] [count=N] [skip=N]
Don't use Busybox dd, not compatable. Use coreutils
Signed-off-by: Armin Kuster <akuster808@gmail.com>
| -rw-r--r-- | recipes-security/libseccomp/libseccomp_2.5.0.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-security/libseccomp/libseccomp_2.5.0.bb b/recipes-security/libseccomp/libseccomp_2.5.0.bb index 35365d5..0cf2d70 100644 --- a/recipes-security/libseccomp/libseccomp_2.5.0.bb +++ b/recipes-security/libseccomp/libseccomp_2.5.0.bb | |||
| @@ -45,4 +45,4 @@ do_install_ptest() { | |||
| 45 | FILES_${PN} = "${bindir} ${libdir}/${BPN}.so*" | 45 | FILES_${PN} = "${bindir} ${libdir}/${BPN}.so*" |
| 46 | FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug" | 46 | FILES_${PN}-dbg += "${libdir}/${PN}/tests/.debug/* ${libdir}/${PN}/tools/.debug" |
| 47 | 47 | ||
| 48 | RDEPENDS_${PN}-ptest = "bash" | 48 | RDEPENDS_${PN}-ptest = "coreutils bash" |
