[OE-core] [meta-oe][PATCH v3] iso-codes: fix SRC_URI

Alexander Kanavin alex.kanavin at gmail.com
Sun Jun 3 08:16:42 UTC 2018


2018-06-03 5:03 GMT+03:00 Oleksandr Kravchuk
<open.source at oleksandr-kravchuk.com>:
> -SRC_URI = "https://pkg-isocodes.alioth.debian.org/downloads/iso-codes-${PV}.tar.xz"
> -SRC_URI[md5sum] = "9d0d06cfb4634428b300845edcd7140a"
> -SRC_URI[sha256sum] = "21cd73a4c6f95d9474ebfcffd4e065223857720f24858e564f4409b19f7f0d90"
> +SRC_URI = "https://salsa.debian.org/debian/iso-codes/-/archive/upstream/${PV}/iso-codes-upstream-${PV}.tar.bz2"
> +SRC_URI[md5sum] = "a19626c1abe1b96ade163692cf17b566"
> +SRC_URI[sha256sum] = "2501501aa26e078a07056c55df5d0c56ce2c03cf1c03a5bccce4f3193c91aea1"

Don't use autogenerated tarballs from git tags, their checksums can
and do change over time. Switch over directly to git:

https://salsa.debian.org/iso-codes-team/iso-codes

A fix for shadow recipe is missing.

Before sending the patches, make sure the upstream version check for
them still works. You can use 'oe-selftest -r distrodata', or run
'bitbake -c checkpkg <recipes>', followed by inspection of
tmp/log/checkpkg.csv.

Alex



More information about the Openembedded-core mailing list