summaryrefslogtreecommitdiff
path: root/meta-openpower/recipes-bsp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openpower/recipes-bsp')
-rw-r--r--meta-openpower/recipes-bsp/ffs/ffs_git.bb2
-rw-r--r--meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb2
-rw-r--r--meta-openpower/recipes-bsp/pdbg/pdbg_3.6.bb2
3 files changed, 3 insertions, 3 deletions
diff --git a/meta-openpower/recipes-bsp/ffs/ffs_git.bb b/meta-openpower/recipes-bsp/ffs/ffs_git.bb
index 0b40db0f46..fed5bf724c 100644
--- a/meta-openpower/recipes-bsp/ffs/ffs_git.bb
+++ b/meta-openpower/recipes-bsp/ffs/ffs_git.bb
@@ -3,6 +3,6 @@ require ffs.inc
PV = "v0.1.0+git${SRCPV}"
SRCREV = "3ec70fbc458e32eef0d0b1de79688b4dc48cbd57"
-SRC_URI += "git://github.com/open-power/ffs.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/open-power/ffs.git;branch=master;protocol=https"
S = "${WORKDIR}/git"
diff --git a/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb b/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb
index b652ad5592..4a38ba4da4 100644
--- a/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb
+++ b/meta-openpower/recipes-bsp/fsidbg/fsidbg_git.bb
@@ -3,7 +3,7 @@ DESCRIPTION = "fsidbg is a tool to access remote FSI engines and perform client
LICENSE = "GPLv3"
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=84dcc94da3adb52b53ae4fa38fe49e5d"
-SRC_URI += "git://github.com/eddiejames/fsidbg.git;branch=master;protocol=https"
+SRC_URI = "git://github.com/eddiejames/fsidbg.git;branch=master;protocol=https"
SRCREV = "dfe278065c877724242dfae15a4c627fd2e3611c"
PV = "git${SRCREV}"
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"