diff options
| -rw-r--r-- | meta/recipes-support/attr/attr.inc | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/meta/recipes-support/attr/attr.inc b/meta/recipes-support/attr/attr.inc index ab62563690..8ba865a74a 100644 --- a/meta/recipes-support/attr/attr.inc +++ b/meta/recipes-support/attr/attr.inc | |||
| @@ -48,6 +48,10 @@ do_install_ptest() { | |||
| 48 | cp -rf ${S}/test/ ${D}${PTEST_PATH} | 48 | cp -rf ${S}/test/ ${D}${PTEST_PATH} |
| 49 | } | 49 | } |
| 50 | 50 | ||
| 51 | do_install_ptest:append:libc-musl() { | ||
| 52 | sed -i -e 's|f: Operation n|f: N|g' ${D}${PTEST_PATH}/test/attr.test | ||
| 53 | } | ||
| 54 | |||
| 51 | RDEPENDS:${PN}-ptest = "attr \ | 55 | RDEPENDS:${PN}-ptest = "attr \ |
| 52 | bash \ | 56 | bash \ |
| 53 | coreutils \ | 57 | coreutils \ |
