summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMing Liu <liu.ming50@gmail.com>2017-11-17 09:53:05 +0800
committerPhil Wise <philip.wise@here.com>2018-05-11 15:57:27 +0200
commit5d478c9f25ee387c0a9f3a644caca037fbe60512 (patch)
treed50ecd13377547a500b67f9124b78902f8885074
parent1198bf38017d62f67356df9651a009947f402280 (diff)
downloadmeta-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>
-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 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
3inherit image
4
5do_image_ostree[depends] += "ostree-native:do_populate_sysroot \ 3do_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 \