[Buildroot] [PATCH 1/4] package/mender-artifact: bump version to 3.4.0

Christian Stewart christian at paral.in
Thu Aug 13 20:20:44 UTC 2020


Hi Adam,

On Thu, Aug 13, 2020 at 1:04 PM Adam Duskett <aduskett at gmail.com> wrote:
> Just as a note, the go-modules series breaks mender-artifact, and the
> .mk file needs to be modified
> to add a "./" before cli/mender-artifact.
> IE:
> HOST_MENDER_ARTIFACT_BUILD_TARGETS = ./cli/mender-artifact

The series needs a few adjustments for host-go packages... I'm doing a
small cleanup + testing pass and will submit a new revision today,
including a patch adjusting the host-mender package build target.

Note:

I recommend changing the SITE to

HOST_MENDER_ARTIFACT_SITE = $(call
github,mendersoftware,mender-artifact,$(HOST_MENDER_ARTIFACT_VERSION))

corresponding hash:

sha256  c085479a6e2ae598687a15b646bfaaa68e5d76d08382bdcc4a27a9b4021d6540
 mender-artifact-3.4.0.tar.gz

(vs 3.4.0.tar.gz filename before).

After the new series revision it will be:

HOST_MENDER_ARTIFACT_BUILD_TARGETS =
github.com/mendersoftware/mender-artifact/cli/mender-artifact

Best regards,
Christian


More information about the buildroot mailing list