mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
acl: Use install instead of cp
(From OE-Core rev: df65ec47a8743aab2e06f920539a6d79b2d65b54) Signed-off-by: Douglas Royds <douglas.royds@taitradio.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
916f9d2eb2
commit
fc5d914379
@@ -41,8 +41,8 @@ inherit ptest
|
|||||||
|
|
||||||
do_install_ptest() {
|
do_install_ptest() {
|
||||||
tar -c --exclude=nfs test/ | ( cd ${D}${PTEST_PATH} && tar -xf - )
|
tar -c --exclude=nfs test/ | ( cd ${D}${PTEST_PATH} && tar -xf - )
|
||||||
mkdir ${D}${PTEST_PATH}/include
|
install -d ${D}${PTEST_PATH}/include
|
||||||
cp ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/
|
install -m 644 ${S}/include/builddefs ${S}/include/buildmacros ${S}/include/buildrules ${D}${PTEST_PATH}/include/
|
||||||
# Remove any build host references
|
# Remove any build host references
|
||||||
sed -e "s:--sysroot=${STAGING_DIR_TARGET}::g" \
|
sed -e "s:--sysroot=${STAGING_DIR_TARGET}::g" \
|
||||||
-e 's:${HOSTTOOLS_DIR}/::g' \
|
-e 's:${HOSTTOOLS_DIR}/::g' \
|
||||||
|
|||||||
Reference in New Issue
Block a user