Ver Fonte

Make usage of library class

Signed-off-by: Stefano Babic <sbabic@denx.de>
Stefano Babic há 3 anos atrás
pai
commit
2ec2c01b4f
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      classes/swupdate-common.bbclass

+ 2 - 0
classes/swupdate-common.bbclass

@@ -1,3 +1,5 @@
+inherit swupdate-lib
+
 DEPENDS += "\
     cpio-native \
     ${@ 'openssl-native' if d.getVar('SWUPDATE_SIGNING') or d.getVar('SWUPDATE_ENCRYPT_SWDESC') or d.getVarFlags('SWUPDATE_IMAGES_ENCRYPTED') else ''} \