summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb
diff options
context:
space:
mode:
authorPatrick Williams <patrick@stwcx.xyz>2023-04-14 19:24:47 +0300
committerPatrick Williams <patrick@stwcx.xyz>2023-04-17 17:51:12 +0300
commitbccaff3439442ca820760c90da4a2308d3d61b0e (patch)
tree8c190c31e50a28f79d588cc49e101ddafb7b4a28 /meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb
parent65682ac6176742b7d81b64c71d7a37913a39470b (diff)
downloadopenbmc-bccaff3439442ca820760c90da4a2308d3d61b0e.tar.xz
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 <patrick@stwcx.xyz> Change-Id: I430186a82f9582ba6196f5bf66b659af4092b48d
Diffstat (limited to 'meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb')
-rw-r--r--meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb b/meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb
index d0788b9933..a14b92c65b 100644
--- a/meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb
+++ b/meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "pdbg allows JTAG-like debugging of the host POWER processors"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://${S}/COPYING;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI += "git://github.com/open-power/pdbg.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/open-power/pdbg.git;branch=master;protocol=https"
SRCREV = "3a21a79267bc5faa9e4bc56dc3124be610e9d475"
DEPENDS += "dtc-native"