mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 00:49:33 +02:00
classes: switch p7zip to 7zip
meta-oe has switched from p7zip to 7zip. p7zip recipe does not exist anymore and p7zip is provided and rprovided by 7zip recipe. Use real provider instead of replaced one. (From OE-Core rev: 5aa516bfa295d5be919459dfe45f452cdec45e81) Signed-off-by: Peter Marko <peter.marko@siemens.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
f82bac5b5a
commit
39cbbd1a87
@@ -94,7 +94,7 @@ python () {
|
||||
# recommand to cd into input dir first to avoid archive with buildpath
|
||||
d.setVar('SDK_ARCHIVE_CMD', 'cd ${SDK_OUTPUT}/${SDKPATH}; zip -r ${SDK_ZIP_OPTIONS} ${SDKDEPLOYDIR}/${TOOLCHAIN_OUTPUTNAME}.${SDK_ARCHIVE_TYPE} .')
|
||||
elif d.getVar('SDK_ARCHIVE_TYPE') == '7zip':
|
||||
d.setVar('SDK_ARCHIVE_DEPENDS', 'p7zip-native')
|
||||
d.setVar('SDK_ARCHIVE_DEPENDS', '7zip-native')
|
||||
d.setVar('SDK_ARCHIVE_CMD', 'cd ${SDK_OUTPUT}/${SDKPATH}; 7za a -r ${SDK_7ZIP_OPTIONS} ${SDKDEPLOYDIR}/${TOOLCHAIN_OUTPUTNAME}.${SDK_7ZIP_TYPE} .')
|
||||
elif d.getVar('SDK_ARCHIVE_TYPE') == 'tar.zst':
|
||||
d.setVar('SDK_ARCHIVE_DEPENDS', 'zstd-native')
|
||||
|
||||
Reference in New Issue
Block a user