From 50e7cbe258d16cef353f09f9c74d918a57ff06be Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Fri, 6 Sep 2013 16:17:30 -0400 Subject: 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 --- meta-openstack/recipes-support/tgt/tgt_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'meta-openstack/recipes-support') 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" 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" -- cgit v1.2.3-54-g00ecf