From f3bcc8ffb80cbea23c743b8e7e9587eb06c9f5a8 Mon Sep 17 00:00:00 2001 From: "Rodrigo M. Duarte" Date: Tue, 4 Nov 2025 10:33:57 -0300 Subject: [PATCH] shellhub-agent: Add whitespace around the assignment of SRCREV This commit avoid bitbake warning about lack of whitespace around the assignment. Signed-off-by: Rodrigo M. Duarte --- recipes-core/shellhub/shellhub-agent_0.18.3.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-core/shellhub/shellhub-agent_0.18.3.bb b/recipes-core/shellhub/shellhub-agent_0.18.3.bb index 0c68247..4ecd4df 100644 --- a/recipes-core/shellhub/shellhub-agent_0.18.3.bb +++ b/recipes-core/shellhub/shellhub-agent_0.18.3.bb @@ -13,7 +13,7 @@ SRC_URI = " \ file://shellhub-agent.wrapper.in \ " -SRCREV="2a88bb8a7c9afce19e4911b91b1811e3795cc422" +SRCREV = "2a88bb8a7c9afce19e4911b91b1811e3795cc422" inherit go systemd update-rc.d