From: Richard Purdie <[email protected]> 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]> (cherry picked from commit 576d52cdaca047d290c3b10b26aa2244da230dbb) Signed-off-by: Steve Sakoman <[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 1900eff412..0e252e99ff 100644 --- a/meta/classes/image.bbclass +++ b/meta/classes/image.bbclass @@ -460,11 +460,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.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#154771): https://lists.openembedded.org/g/openembedded-core/message/154771 Mute This Topic: https://lists.openembedded.org/mt/84864709/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
