From bccaff3439442ca820760c90da4a2308d3d61b0e Mon Sep 17 00:00:00 2001 From: Patrick Williams Date: Fri, 14 Apr 2023 11:24:47 -0500 Subject: treewide: reduce append operators on SRC_URI In a base bb file where we are setting the primary git repository, it is rare that we need to `SRC_URI +=`. This is an unnecessary pattern that seems to have been copied throughout the repository. Remove the pattern where appropriate and simply set SRC_URI directly. Signed-off-by: Patrick Williams Change-Id: I430186a82f9582ba6196f5bf66b659af4092b48d --- meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-ibm/recipes-phosphor') diff --git a/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb b/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb index 6751bcd03e..441ca8ee88 100644 --- a/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb +++ b/meta-ibm/recipes-phosphor/logging/ibm-logging_git.bb @@ -5,7 +5,7 @@ PV = "1.0+git${SRCPV}" HOMEPAGE = "https://github.com/openbmc/ibm-logging" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=86d3f3a95c324c9479bd8986968f4327" -SRC_URI += "git://github.com/openbmc/ibm-logging;branch=master;protocol=https" +SRC_URI = "git://github.com/openbmc/ibm-logging;branch=master;protocol=https" SRCREV = "35262538d2b3810f2d168ff76f6d64e77e031ea4" inherit autotools -- cgit v1.2.3