diff options
author | Mingli Yu <mingli.yu@windriver.com> | 2021-03-10 17:11:25 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-03-11 00:12:55 -0800 |
commit | 2e97d3bd1163a943797d030cbbc3207aa013ba59 (patch) | |
tree | 2c5afb383c895f5f9b2d02a3bf431e92e9f72a5b /meta-networking/recipes-support/geoip | |
parent | df3ef158347072a409b4e276a9dab8c2e89350ec (diff) | |
download | meta-openembedded-2e97d3bd1163a943797d030cbbc3207aa013ba59.tar.gz |
geoip-perl: Switch to use the main branch
Fix the below do_fetch warning:
WARNING: geoip-perl-1.51-r0 do_fetch: Failed to fetch URL git://github.com/maxmind/geoip-api-perl.git;protocol=https;, attempting MIRRORS if available
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-networking/recipes-support/geoip')
-rw-r--r-- | meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb index ed5c3a9799..944c005763 100644 --- a/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb +++ b/meta-networking/recipes-support/geoip/geoip-perl_1.51.bb | |||
@@ -11,7 +11,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=e4f3ea6e9b28af88dc0321190a1f8250" | |||
11 | 11 | ||
12 | S = "${WORKDIR}/git" | 12 | S = "${WORKDIR}/git" |
13 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" | 13 | SRCREV = "4cdfdc38eca237c19c22a8b90490446ce6d970fa" |
14 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;protocol=https; \ | 14 | SRC_URI = "git://github.com/maxmind/geoip-api-perl.git;branch=main \ |
15 | file://run-ptest \ | 15 | file://run-ptest \ |
16 | " | 16 | " |
17 | 17 | ||