summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobert P. J. Day <rpjday@crashcourse.ca>2020-12-27 07:15:02 -0500
committerBruce Ashfield <bruce.ashfield@gmail.com>2021-01-10 23:14:09 -0500
commiteafa48b2398fc80f60d17483e44d6080a28efc23 (patch)
tree8b65472dd468b4098dace3c21954e6a43c13545a
parentaee86f05d7f434bc3eb7440eeed6b9bfbb9489fc (diff)
downloadmeta-cloud-services-eafa48b2398fc80f60d17483e44d6080a28efc23.tar.gz
ipaddress.git.bb: update SRC_URI to avoid redirection
Current SRC_URI just takes fetcher to new location. Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/ruby/ipaddress_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb
index 116bcf5..017c6c7 100644
--- a/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb
+++ b/meta-openstack/recipes-devtools/ruby/ipaddress_git.bb
@@ -20,7 +20,7 @@ SRCREV = "96aaf68210d644157bd57a6ec3e38c49f38bfc34"
20S = "${WORKDIR}/git" 20S = "${WORKDIR}/git"
21 21
22SRC_URI = " \ 22SRC_URI = " \
23 git://github.com/bluemonk/ipaddress.git \ 23 git://github.com/ipaddress-gem/ipaddress.git \
24 " 24 "
25 25
26inherit ruby 26inherit ruby