diff options
| -rw-r--r-- | meta/recipes-support/attr/acl_2.2.52.bb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta/recipes-support/attr/acl_2.2.52.bb b/meta/recipes-support/attr/acl_2.2.52.bb index 8b89de9b42..318308a009 100644 --- a/meta/recipes-support/attr/acl_2.2.52.bb +++ b/meta/recipes-support/attr/acl_2.2.52.bb | |||
| @@ -41,8 +41,8 @@ inherit ptest | |||
| 41 | 41 | ||
| 42 | do_install_ptest() { | 42 | do_install_ptest() { |
| 43 | tar -c --exclude=nfs test/ | ( cd ${D}${PTEST_PATH} && tar -xf - ) | 43 | tar -c --exclude=nfs test/ | ( cd ${D}${PTEST_PATH} && tar -xf - ) |
| 44 | mkdir ${D}${PTEST_PATH}/include | 44 | install -d ${D}${PTEST_PATH}/include |
| 45 | cp ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/ | 45 | install -m 644 ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/ |
| 46 | # Remove any build host references | 46 | # Remove any build host references |
| 47 | sed -e "s:--sysroot=${STAGING_DIR_TARGET}::g" \ | 47 | sed -e "s:--sysroot=${STAGING_DIR_TARGET}::g" \ |
| 48 | -e 's:${HOSTTOOLS_DIR}/::g' \ | 48 | -e 's:${HOSTTOOLS_DIR}/::g' \ |
