diff options
author | Ming Liu <liu.ming50@gmail.com> | 2017-11-17 09:53:05 +0800 |
---|---|---|
committer | Phil Wise <philip.wise@here.com> | 2018-05-11 15:57:27 +0200 |
commit | 5d478c9f25ee387c0a9f3a644caca037fbe60512 (patch) | |
tree | d50ecd13377547a500b67f9124b78902f8885074 /classes | |
parent | 1198bf38017d62f67356df9651a009947f402280 (diff) | |
download | meta-updater-5d478c9f25ee387c0a9f3a644caca037fbe60512.tar.gz |
image_types_ostree.bbclass: do not inherit image
As a image_types_* bbclass, it does not have to inherit image class, it
is sort of redundant code.
Signed-off-by: Ming Liu <liu.ming50@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r-- | classes/image_types_ostree.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/classes/image_types_ostree.bbclass b/classes/image_types_ostree.bbclass index dc14e4a..46b31b5 100644 --- a/classes/image_types_ostree.bbclass +++ b/classes/image_types_ostree.bbclass | |||
@@ -1,7 +1,5 @@ | |||
1 | # OSTree deployment | 1 | # OSTree deployment |
2 | 2 | ||
3 | inherit image | ||
4 | |||
5 | do_image_ostree[depends] += "ostree-native:do_populate_sysroot \ | 3 | do_image_ostree[depends] += "ostree-native:do_populate_sysroot \ |
6 | openssl-native:do_populate_sysroot \ | 4 | openssl-native:do_populate_sysroot \ |
7 | coreutils-native:do_populate_sysroot \ | 5 | coreutils-native:do_populate_sysroot \ |