From 8106d11f2e492e7da531c5e31dd1d492a956b387 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 6 Aug 2021 22:27:57 -0400 Subject: image-oci: use new override syntax The dependencies of the image-oci class were missed in initial conversions. Signed-off-by: Bruce Ashfield --- classes/image-oci.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') 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 @@ # to be sure, we'll repeat it here. ROOTFS_BOOTSTRAP_INSTALL = "" # we want container and tar.bz2's to be created -IMAGE_TYPEDEP_oci = "container tar.bz2" +IMAGE_TYPEDEP:oci = "container tar.bz2" # sloci is the script/project that will create the oci image # OCI_IMAGE_BACKEND ?= "sloci-image" -- cgit v1.2.3-54-g00ecf