[yocto] [PATCH] Use lynis download link from github releases

Burton, Ross ross.burton at intel.com
Thu Nov 15 06:36:50 PST 2018


On Thu, 15 Nov 2018 at 14:29, Stefan Lendl <ste.lendl at gmail.com> wrote:
> -SRC_URI = "https://cisofy.com/files/${BPN}-${PV}.tar.gz"
> +SRC_URI = "https://github.com/CISOfy/lynis/archive/${PV}.tar.gz"

NAK.

Those tarballs are generated on demand by github so over time *will*
change.  If they don't host generated tarballs (similar URL but the
filename isn't the tag name) then the only alternative is to use the
git fetcher.

Ross


More information about the yocto mailing list