瀏覽代碼

swupdate-image: remove invalid bbclass in inherit

Signed-off-by: Adrian Freihofer <adrian.freihofer@siemens.com>
Adrian Freihofer 3 年之前
父節點
當前提交
57b17f8fd9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      classes/swupdate-image.bbclass

+ 1 - 1
classes/swupdate-image.bbclass

@@ -8,7 +8,7 @@
 # The generated output file is an swu archive ready to be uploaded to a device running
 # The generated output file is an swu archive ready to be uploaded to a device running
 # swupdate.
 # swupdate.
 
 
-inherit swupdate-common.bbclass
+inherit swupdate-common
 inherit image-artifact-names
 inherit image-artifact-names
 
 
 S = "${WORKDIR}/${PN}"
 S = "${WORKDIR}/${PN}"