From 920173ef56a8b8c4d16e2a1af0b4db1b925a9989 Mon Sep 17 00:00:00 2001 From: chenyi Date: Thu, 22 May 2025 15:11:14 +0800 Subject: [PATCH] manifest: fix error version of yocto-meta-virtualization * update the version of yocto-meta-virtualization Signed-off-by: chenyi --- .oebuild/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oebuild/manifest.yaml b/.oebuild/manifest.yaml index 91b4927ea2d..58b7f9d88c0 100644 --- a/.oebuild/manifest.yaml +++ b/.oebuild/manifest.yaml @@ -2228,7 +2228,7 @@ manifest_list: version: c475a1851a877bf700d6d9748be7336b2eadd3b2 yocto-meta-virtualization: remote_url: https://gitee.com/openeuler/yocto-meta-virtualization.git - version: 9c01aebc5cf3de71135f8324ec7f9d32a2291319 + version: c8ff717ca377f27a69db3fb96f4f5710af21821d yocto-opkg-utils: remote_url: https://gitee.com/src-openeuler/yocto-opkg-utils.git version: 1d04472046d0225e013dd7e18c62dddf82025969 -- Gitee