From b0b90406eb7106701fb78c5ae0d97ac76f3d9f3c Mon Sep 17 00:00:00 2001 From: Yongmao Luo Date: Tue, 22 Aug 2023 17:14:16 +0800 Subject: [PATCH] fix: set the right commit id for mcs-x86 Since we rename the x86 branch into uniproton_dev branch, the commit id has been changed and need to be updated in manifest.yaml Signed-off-by: Yongmao Luo --- .oebuild/manifest.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.oebuild/manifest.yaml b/.oebuild/manifest.yaml index 4d5b8cf7ea9..9bce0e21954 100644 --- a/.oebuild/manifest.yaml +++ b/.oebuild/manifest.yaml @@ -431,7 +431,7 @@ manifest_list: version: 25c0398911fb429b26b6cf4ea3612080ba92070a mcs-x86: remote_url: https://gitee.com/openeuler/mcs.git - version: 6767a54c585da6cfd55d18f65dcbf875fcbd6c8d + version: b05e1e64a3e44fd73f4f3a268aecf06f704ffe31 mesa: remote_url: https://gitee.com/src-openeuler/mesa.git version: e51fa569462caeeb25e14821119abeef1abf796a -- Gitee