summaryrefslogtreecommitdiffstats
path: root/meta-openstack
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openstack')
-rw-r--r--meta-openstack/recipes-support/tgt/tgt_git.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-openstack/recipes-support/tgt/tgt_git.bb b/meta-openstack/recipes-support/tgt/tgt_git.bb
index 7748d58..db4f56b 100644
--- a/meta-openstack/recipes-support/tgt/tgt_git.bb
+++ b/meta-openstack/recipes-support/tgt/tgt_git.bb
@@ -8,8 +8,8 @@ SRCREV = "0ee382bab57a8ecd9ece18d511bd098298478409"
8PV = "1.0.36+git${SRCPV}" 8PV = "1.0.36+git${SRCPV}"
9PR = "r0" 9PR = "r0"
10 10
11SRC_URI = "git://github.com/fujita/${PN}.git;protocol=git \ 11SRC_URI = "git://github.com/fujita/tgt.git"
12 file://tgtd.init" 12SRC_URI += "file://tgtd.init"
13 13
14S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
15 15