From 1553125eb4f5f8ac549bac6843138d94faa44e7b Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Thu, 9 May 2024 18:38:25 +0000 Subject: docker-registry: add native support This is required for several of the scripts and capabilities providing local registry support. Signed-off-by: Bruce Ashfield --- recipes-containers/docker-distribution/docker-distribution_git.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'recipes-containers/docker-distribution') diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index 5e37fe74..168a5c89 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb @@ -75,3 +75,4 @@ SYSTEMD_AUTO_ENABLE:docker-registry = "enable" RDEPENDS:${PN}-ptest:remove = "${PN}" CVE_PRODUCT = "docker_registry" +BBCLASSEXTEND = "native" -- cgit v1.2.3-54-g00ecf