diff options
author | Ming Liu <liu.ming50@gmail.com> | 2017-11-17 09:53:05 +0800 |
---|---|---|
committer | Ming Liu <liu.ming50@gmail.com> | 2017-11-17 09:53:05 +0800 |
commit | a5ba79191a87869596b84296519f5c6f0e773a11 (patch) | |
tree | 6b93bca1a05018e5cd0c9244c96a2e8d95a4df7b | |
parent | 1091fb12e0c48e7c84fe4efad03fe48d5adc54a3 (diff) | |
download | meta-updater-a5ba79191a87869596b84296519f5c6f0e773a11.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>
-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 172f2c8..8143b67 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 | IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ | 3 | IMAGE_DEPENDS_ostree = "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 \ |