diff options
| author | Robert P. J. Day <rpjday@crashcourse.ca> | 2020-12-27 07:15:02 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2021-01-10 23:14:09 -0500 |
| commit | eafa48b2398fc80f60d17483e44d6080a28efc23 (patch) | |
| tree | 8b65472dd468b4098dace3c21954e6a43c13545a | |
| parent | aee86f05d7f434bc3eb7440eeed6b9bfbb9489fc (diff) | |
| download | meta-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.bb | 2 |
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" | |||
| 20 | S = "${WORKDIR}/git" | 20 | S = "${WORKDIR}/git" |
| 21 | 21 | ||
| 22 | SRC_URI = " \ | 22 | SRC_URI = " \ |
| 23 | git://github.com/bluemonk/ipaddress.git \ | 23 | git://github.com/ipaddress-gem/ipaddress.git \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | inherit ruby | 26 | inherit ruby |
