From mboxrd@z Thu Jan 1 00:00:00 1970 X-GM-THRID: 6714593733299404800 X-Received: by 2002:a50:b155:: with SMTP id l21mr34682113edd.186.1563366686924; Wed, 17 Jul 2019 05:31:26 -0700 (PDT) X-BeenThere: isar-users@googlegroups.com Received: by 2002:a50:9728:: with SMTP id c37ls5744094edb.12.gmail; Wed, 17 Jul 2019 05:31:26 -0700 (PDT) X-Google-Smtp-Source: APXvYqwBqq3g1+fmwLskiKMcG4SxI3hY4TsALD/qqHfSjgn0hOGDqmTVzvLOmp66pkV6ZDhynpaT X-Received: by 2002:a50:e703:: with SMTP id a3mr35054739edn.291.1563366686579; Wed, 17 Jul 2019 05:31:26 -0700 (PDT) ARC-Seal: i=1; a=rsa-sha256; t=1563366686; cv=none; d=google.com; s=arc-20160816; b=NBXqujEQ3xJ19941QAQW1PDyt/aLou6XT4JrHFyH4hIZSwhxxzktOKbJNgHPubM7pe uylj0qxeWv01Mn6Jph+DgBR5xMgIyqCNV27gyNJDT1wXw6/ja/3P2lRvkITuoSPlSyHZ zrohLf2Xy3y4Fz9DgL/eGH4OnVP5iyF2St7hTlUrk0b/MVt4TDBbkBMAQeTFD/d/DrFr gpmRpUo4YjTZWBoJdM4WLRwCFSib4QK4cbKv8TF9mxxcg/fxUk805f8ha0Lkc5JZ73Da 0ifzajysLjVEZ0hvbkR5Eeb5fEYrKrTo+5YPAHx0NMf8FyPb9QdLzKZhYl0eLdeWtIZj 0cxA== ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=google.com; s=arc-20160816; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:to:from; bh=HNjOPIU5BZBKRmfKsaM7Uq+E1qZo2e0uKcXlG/13gJk=; b=u8kl762oJDQWB5lTvmuhxQRnw+yIOdxctHN/qN5ixKeHBKS+45tJ28wVjERZzshoNU grg4I6YPKAqZJbx/AfFs0iZ+AlH9sIwg5EzUh4uOnct7cWH8iBlH6qMRwjulfofsSHW6 tWJ/ZAnD4V39kwYGEY/h73sR6MFQwQWsEnuZC1CBrfaT+6aNrsWpLQtwDpslfCjPYihe DZyIiR/Qm2otG7uTFNX6Rz6570uBGW3j8nGFJ9gwOwl4xxoZiqf3OATGipOFc2FUgUtV o2YHbytVw109WX4Lgb1VlsgCwbsoqpnF7VwrYE4o7MdJKVK9jfv9WYVmitwHqwN0m8iH I80w== ARC-Authentication-Results: i=1; gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=quirin.gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Return-Path: Received: from thoth.sbs.de (thoth.sbs.de. [192.35.17.2]) by gmr-mx.google.com with ESMTPS id k51si1523402edd.0.2019.07.17.05.31.26 for (version=TLS1_2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Wed, 17 Jul 2019 05:31:26 -0700 (PDT) Received-SPF: pass (google.com: domain of quirin.gylstorff@siemens.com designates 192.35.17.2 as permitted sender) client-ip=192.35.17.2; Authentication-Results: gmr-mx.google.com; spf=pass (google.com: domain of quirin.gylstorff@siemens.com designates 192.35.17.2 as permitted sender) smtp.mailfrom=quirin.gylstorff@siemens.com; dmarc=pass (p=NONE sp=NONE dis=NONE) header.from=siemens.com Received: from mail2.sbs.de (mail2.sbs.de [192.129.41.66]) by thoth.sbs.de (8.15.2/8.15.2) with ESMTPS id x6HCVQbX006400 (version=TLSv1.2 cipher=DHE-RSA-AES256-GCM-SHA384 bits=256 verify=OK) for ; Wed, 17 Jul 2019 14:31:26 +0200 Received: from debian.ad001.siemens.net ([139.25.68.238]) by mail2.sbs.de (8.15.2/8.15.2) with ESMTP id x6HCVPHw014957 for ; Wed, 17 Jul 2019 14:31:26 +0200 From: Quirin Gylstorff To: isar-users@googlegroups.com Subject: [PATCH v2] ubifs-img: Correct function name Date: Wed, 17 Jul 2019 14:31:20 +0200 Message-Id: <20190717123120.18052-1-quirin.gylstorff@siemens.com> X-Mailer: git-send-email 2.20.1 In-Reply-To: <20190717113239.15136-1-quirin.gylstorff@siemens.com> References: <20190717113239.15136-1-quirin.gylstorff@siemens.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-TUID: pCg8yZtk0N83 Fix python exception: ERROR: /work/isar-siemens/recipes-core/images/ubi-fit-swu-demo-image.bb: Error executing a python functi on in : ... File: '/work/isar/meta/classes/ubifs-img.bbclass', lineno: 8, function: __anon_9__work_isar_meta_classes _ubifs_img_bbclass ... Exception: AttributeError: module 'bb.parse' has no attribute 'skiprecipe' Signed-off-by: Quirin Gylstorff --- meta/classes/ubifs-img.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/ubifs-img.bbclass b/meta/classes/ubifs-img.bbclass index aeb986c..78926f6 100644 --- a/meta/classes/ubifs-img.bbclass +++ b/meta/classes/ubifs-img.bbclass @@ -5,7 +5,7 @@ python() { if not d.getVar("MKUBIFS_ARGS"): - raise bb.parse.skiprecipe("mkubifs_args must be set") + raise bb.parse.SkipRecipe("mkubifs_args must be set") } UBIFS_IMAGE_FILE ?= "${IMAGE_FULLNAME}.ubifs.img" -- 2.20.1