summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-support
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2013-09-06 16:17:30 -0400
committerBruce Ashfield <bruce.ashfield@windriver.com>2013-09-06 18:00:08 -0400
commit50e7cbe258d16cef353f09f9c74d918a57ff06be (patch)
treee1619d65f830c4265bce4583f9b020ecb0ffbdd4 /meta-openstack/recipes-support
parentcdee0a74c98e7c39eabfa9b633f33c4d1db98e17 (diff)
downloadmeta-cloud-services-50e7cbe258d16cef353f09f9c74d918a57ff06be.tar.gz
tgt: use "tgt" instead of PN and drop protocol
Without this fix, the fetcher may think there are multiple SRCREVs in the SRC_URI and demand a SRCREV_FORMAT, which we don't need. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-support')
-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