From db5ef806020525af18de50ec4f3ad56301092a48 Mon Sep 17 00:00:00 2001 From: Mark Asselstine Date: Wed, 31 Aug 2016 14:19:43 -0400 Subject: docker: update license md5sum Seems upstream adjusted their LICENSE file. The license is still Apache version 2 so no worries about having to update the LICENSE string for the recipe. Signed-off-by: Mark Asselstine Signed-off-by: Bruce Ashfield --- recipes-containers/docker/docker_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/docker/docker_git.bb b/recipes-containers/docker/docker_git.bb index 4f851935..4be5e470 100644 --- a/recipes-containers/docker/docker_git.bb +++ b/recipes-containers/docker/docker_git.bb @@ -28,7 +28,7 @@ SRC_URI = "\ # Apache-2.0 for docker LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://LICENSE;md5=cc2221abf0b96ea39dd68141b70f7937" +LIC_FILES_CHKSUM = "file://LICENSE;md5=aadc30f9c14d876ded7bedc0afd2d3d7" S = "${WORKDIR}/git" -- cgit v1.2.3-54-g00ecf