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>
This commit is contained in:
Bruce Ashfield 2021-08-06 22:27:57 -04:00
parent 96712be73d
commit 8106d11f2e

View File

@ -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"