mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-01-01 13:58:06 +00:00
geoip: Switch to use the main branch
Fix the below do_fetch warning:
WARNING: geoip-1.6.12-r0 do_fetch: Failed to fetch URL git://github.com/maxmind/geoip-api-c.git, attempting MIRRORS if available
Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit df3ef15834)
[Fix up for dunfell context]
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
parent
89d2876e2e
commit
388dc2830a
|
|
@ -10,7 +10,7 @@ SECTION = "libdevel"
|
|||
|
||||
GEOIP_DATABASE_VERSION = "20181205"
|
||||
|
||||
SRC_URI = "git://github.com/maxmind/geoip-api-c.git;branch=master;protocol=https \
|
||||
SRC_URI = "git://github.com/maxmind/geoip-api-c.git;branch=main;protocol=https \
|
||||
http://sources.openembedded.org/GeoIP.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIP-dat; \
|
||||
http://sources.openembedded.org/GeoIPv6.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoIPv6-dat; \
|
||||
http://sources.openembedded.org/GeoLiteCity.dat.${GEOIP_DATABASE_VERSION}.gz;apply=no;name=GeoLiteCity-dat; \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user