diff options
author | Hongxu Jia <hongxu.jia@windriver.com> | 2020-07-06 10:26:59 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2020-09-09 10:43:46 +0100 |
commit | 681b628139c029d7c3c83add1d9d2085a105479b (patch) | |
tree | 32e556b030fde189cd07ec62067767ecb7bf7b9a | |
parent | d13e618991a4f68b6e240bd0472f229da18916d3 (diff) | |
download | poky-681b628139c029d7c3c83add1d9d2085a105479b.tar.gz |
iso-codes: switch upstream branch master -> main
(From OE-Core rev: a6e098e2e5932781b9c1012825bc86bc08382931)
(From OE-Core rev: 54690c51765d3071406ef1bfd81c9d9db9552108)
Signed-off-by: Hongxu Jia <hongxu.jia@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
(cherry picked from commit 6e16ef0c2e0ec2bbb862231cd84e7650bd5789af)
Signed-off-by: Jeremy A. Puhlman <jpuhlman@mvista.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/recipes-support/iso-codes/iso-codes_4.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/iso-codes/iso-codes_4.1.bb b/meta/recipes-support/iso-codes/iso-codes_4.1.bb index 1761ded44e..a70513033d 100644 --- a/meta/recipes-support/iso-codes/iso-codes_4.1.bb +++ b/meta/recipes-support/iso-codes/iso-codes_4.1.bb | |||
@@ -5,7 +5,7 @@ BUGTRACKER = "https://salsa.debian.org/iso-codes-team/iso-codes/issues" | |||
5 | LICENSE = "LGPLv2.1" | 5 | LICENSE = "LGPLv2.1" |
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | 6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" |
7 | 7 | ||
8 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http" | 8 | SRC_URI = "git://salsa.debian.org/iso-codes-team/iso-codes.git;protocol=http;branch=main;" |
9 | SRCREV = "164802d5fd8c7a8167816fd86a62b286680619f0" | 9 | SRCREV = "164802d5fd8c7a8167816fd86a62b286680619f0" |
10 | 10 | ||
11 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which | 11 | # inherit gettext cannot be used, because it adds gettext-native to BASEDEPENDS which |