diff options
author | 2013-09-06 16:17:30 -0400 | |
---|---|---|
committer | 2013-09-06 18:00:08 -0400 | |
commit | 50e7cbe258d16cef353f09f9c74d918a57ff06be (patch) | |
tree | e1619d65f830c4265bce4583f9b020ecb0ffbdd4 | |
parent | cdee0a74c98e7c39eabfa9b633f33c4d1db98e17 (diff) | |
download | meta-cloud-services-50e7cbe258d16cef353f09f9c74d918a57ff06be.tar.gz meta-cloud-services-50e7cbe258d16cef353f09f9c74d918a57ff06be.tar.bz2 meta-cloud-services-50e7cbe258d16cef353f09f9c74d918a57ff06be.zip |
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>
-rw-r--r-- | meta-openstack/recipes-support/tgt/tgt_git.bb | 4 |
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 7748d58b..db4f56b6 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" PV = "1.0.36+git${SRCPV}" PR = "r0" -SRC_URI = "git://github.com/fujita/${PN}.git;protocol=git \ - file://tgtd.init" +SRC_URI = "git://github.com/fujita/tgt.git" +SRC_URI += "file://tgtd.init" S = "${WORKDIR}/git" |