From c01273e001d033678bde91bc215cb05fd15e95cf Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Wed, 2 Apr 2025 17:59:25 +0200 Subject: metadata: add whitespace around assignments With: https://lists.openembedded.org/g/bitbake-devel/message/17508 there are many WARNINGs from this layer will cover src_uri.inc files in next commit. Signed-off-by: Martin Jansa Signed-off-by: Bruce Ashfield --- recipes-containers/docker-compose/docker-compose_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes-containers/docker-compose') diff --git a/recipes-containers/docker-compose/docker-compose_git.bb b/recipes-containers/docker-compose/docker-compose_git.bb index 575ee30e..e48ee9af 100644 --- a/recipes-containers/docker-compose/docker-compose_git.bb +++ b/recipes-containers/docker-compose/docker-compose_git.bb @@ -8,7 +8,7 @@ DEPENDS = " \ " # Specify the first two important SRCREVs as the format -SRCREV_FORMAT="compose_survey" +SRCREV_FORMAT = "compose_survey" SRCREV_compose = "eaf9800948e022573997649656c040a19d4b15c2" SRC_URI = "git://github.com/docker/compose;name=compose;branch=main;protocol=https;destsuffix=${GO_SRCURI_DESTSUFFIX}" -- cgit v1.2.3-54-g00ecf