diff options
author | Mark Asselstine <mark.asselstine@windriver.com> | 2016-08-31 14:19:43 -0400 |
---|---|---|
committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2016-08-31 17:33:23 -0400 |
commit | db5ef806020525af18de50ec4f3ad56301092a48 (patch) | |
tree | df4b2b71f12c4215381cd32c0d71ea591bbcba1c | |
parent | 951c83c74d04827856c726a30d7307270df9c033 (diff) | |
download | meta-virtualization-db5ef806020525af18de50ec4f3ad56301092a48.tar.gz |
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 <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
-rw-r--r-- | recipes-containers/docker/docker_git.bb | 2 |
1 files changed, 1 insertions, 1 deletions
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 = "\ | |||
28 | 28 | ||
29 | # Apache-2.0 for docker | 29 | # Apache-2.0 for docker |
30 | LICENSE = "Apache-2.0" | 30 | LICENSE = "Apache-2.0" |
31 | LIC_FILES_CHKSUM = "file://LICENSE;md5=cc2221abf0b96ea39dd68141b70f7937" | 31 | LIC_FILES_CHKSUM = "file://LICENSE;md5=aadc30f9c14d876ded7bedc0afd2d3d7" |
32 | 32 | ||
33 | S = "${WORKDIR}/git" | 33 | S = "${WORKDIR}/git" |
34 | 34 | ||