This was replaced by CONVERSION_CMD a long time ago and is no longer referenced in core. Remove the references to it.
Signed-off-by: Richard Purdie <[email protected]> --- meta/classes/image.bbclass | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/meta/classes/image.bbclass b/meta/classes/image.bbclass index df34c7884c5..d76895178fb 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -457,11 +457,10 @@ python () { # Create input image first. gen_conversion_cmds(type) localdata.setVar('type', type) - cmd = "\t" + (localdata.getVar("CONVERSION_CMD:" + ctype) or localdata.getVar("COMPRESS_CMD:" + ctype)) + cmd = "\t" + localdata.getVar("CONVERSION_CMD:" + ctype) if cmd not in cmds: cmds.append(cmd) vardeps.add('CONVERSION_CMD:' + ctype) - vardeps.add('COMPRESS_CMD:' + ctype) subimage = type + "." + ctype if subimage not in subimages: subimages.append(subimage) -- 2.30.2
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154429): https://lists.openembedded.org/g/openembedded-core/message/154429 Mute This Topic: https://lists.openembedded.org/mt/84661046/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
