mirror of
https://git.yoctoproject.org/poky
synced 2026-04-23 00:32:12 +02:00
packaged-staging.bbclass: Fix for packages which don't stage anything
Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
This commit is contained in:
@@ -319,8 +319,8 @@ populate_staging_postamble () {
|
||||
|
||||
autotools_staging_pstage () {
|
||||
mkdir -p ${PSTAGE_TMPDIR_STAGE}/staging/
|
||||
cp -fpPR ${WORKDIR}/temp-staging-pstage/${STAGING_DIR}/* ${PSTAGE_TMPDIR_STAGE}/staging/
|
||||
cp -fpPR ${WORKDIR}/temp-staging-pstage/${STAGING_DIR}/* ${STAGING_DIR}/
|
||||
cp -fpPR ${WORKDIR}/temp-staging-pstage/${STAGING_DIR}/* ${PSTAGE_TMPDIR_STAGE}/staging/ || /bin/true
|
||||
cp -fpPR ${WORKDIR}/temp-staging-pstage/${STAGING_DIR}/* ${STAGING_DIR}/ || /bin/true
|
||||
}
|
||||
|
||||
#do_populate_staging[lockfiles] = "${STAGING_DIR}/staging.lock"
|
||||
|
||||
Reference in New Issue
Block a user