Allow to create empty packages for docker-distribution and docker-distribution-dev to fix the do_populate_sdk error: Error: nothing provides docker-distribution = v2.7.1-r0 needed by docker-distribution-dev-v2.7.1-r0.core2_64
Signed-off-by: Yi Zhao <[email protected]> --- .../docker-distribution/docker-distribution_git.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-containers/docker-distribution/docker-distribution_git.bb b/recipes-containers/docker-distribution/docker-distribution_git.bb index a83452e..88ce957 100644 --- a/recipes-containers/docker-distribution/docker-distribution_git.bb +++ b/recipes-containers/docker-distribution/docker-distribution_git.bb @@ -72,3 +72,6 @@ SYSTEMD_AUTO_ENABLE_docker-registry = "enable" RDEPENDS_${PN}-ptest_remove = "${PN}" CVE_PRODUCT = "docker_registry" + +ALLOW_EMPTY_${PN} = "1" +ALLOW_EMPTY_${PN}-dev = "1" -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6643): https://lists.yoctoproject.org/g/meta-virtualization/message/6643 Mute This Topic: https://lists.yoctoproject.org/mt/84245112/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
