From 38aa020a911d0c6147cc0b42efd0f97aa80e538b Mon Sep 17 00:00:00 2001 From: Esben Haabendal <esben.haabendal@huawei.com> Date: Tue, 28 Jun 2022 18:51:56 +0200 Subject: [PATCH] gn: Switch to distro-neutral openharmony override This enables the special OpenHarmony patches version of the gn tool for use with any distro configuration which enables the "openharmony" in its DISTROOVERRIDES. Signed-off-by: Esben Haabendal <esben.haabendal@huawei.com> --- recipes-devtools/gn/gn_%.bbappend | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/gn/gn_%.bbappend b/recipes-devtools/gn/gn_%.bbappend index 2851293d..ecc3b2e4 100644 --- a/recipes-devtools/gn/gn_%.bbappend +++ b/recipes-devtools/gn/gn_%.bbappend @@ -6,4 +6,4 @@ # GN function which was recently dropped, therefore downgrading GN to revision # compatible with OpenHarmony -SRCREV:oniro-openharmony-linux = "5da62d5e9d0f10cb8ece7c30563a6a214c78b68d" +SRCREV:openharmony = "5da62d5e9d0f10cb8ece7c30563a6a214c78b68d" -- GitLab