summaryrefslogtreecommitdiffstats
path: root/classes/image_types_ostree.bbclass
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2017-11-17 09:53:05 +0800
committerMing Liu <liu.ming50@gmail.com>2017-11-17 09:53:05 +0800
commita5ba79191a87869596b84296519f5c6f0e773a11 (patch)
tree6b93bca1a05018e5cd0c9244c96a2e8d95a4df7b /classes/image_types_ostree.bbclass
parent1091fb12e0c48e7c84fe4efad03fe48d5adc54a3 (diff)
downloadmeta-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>
Diffstat (limited to 'classes/image_types_ostree.bbclass')
-rw-r--r--classes/image_types_ostree.bbclass2
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
3inherit image
4
5IMAGE_DEPENDS_ostree = "ostree-native:do_populate_sysroot \ 3IMAGE_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 \