summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2021-08-06 22:27:57 -0400
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-08-06 22:27:57 -0400
commit8106d11f2e492e7da531c5e31dd1d492a956b387 (patch)
tree0731367b30ae91faa5de54e7d18cd4655ebf17f3 /classes
parent96712be73dbca60fdceb4be68e5454944fe42d50 (diff)
downloadmeta-virtualization-8106d11f2e492e7da531c5e31dd1d492a956b387.tar.gz
image-oci: use new override syntax
The dependencies of the image-oci class were missed in initial conversions. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'classes')
-rw-r--r--classes/image-oci.bbclass2
1 files changed, 1 insertions, 1 deletions
diff --git a/classes/image-oci.bbclass b/classes/image-oci.bbclass
index d486de67..7a39d27a 100644
--- a/classes/image-oci.bbclass
+++ b/classes/image-oci.bbclass
@@ -36,7 +36,7 @@
36# to be sure, we'll repeat it here. 36# to be sure, we'll repeat it here.
37ROOTFS_BOOTSTRAP_INSTALL = "" 37ROOTFS_BOOTSTRAP_INSTALL = ""
38# we want container and tar.bz2's to be created 38# we want container and tar.bz2's to be created
39IMAGE_TYPEDEP_oci = "container tar.bz2" 39IMAGE_TYPEDEP:oci = "container tar.bz2"
40 40
41# sloci is the script/project that will create the oci image 41# sloci is the script/project that will create the oci image
42# OCI_IMAGE_BACKEND ?= "sloci-image" 42# OCI_IMAGE_BACKEND ?= "sloci-image"