From 96cf99008ed78df50e53464e8de0b7f701dc7f8c Mon Sep 17 00:00:00 2001 From: Jackie Huang Date: Wed, 11 Mar 2020 08:23:28 +0800 Subject: [PATCH] docker-forward-journald: fix the incorrect license name Fixed the warning: WARNING: stx-image-aio-1.0-r0 do_rootfs: The license listed ASL-2.0 was not in the licenses collected for recipe docker-forward-journald fix #99 Signed-off-by: Jackie Huang --- .../docker-forward-journald/docker-forward-journald_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/docker-forward-journald/docker-forward-journald_git.bb b/recipes-containers/docker-forward-journald/docker-forward-journald_git.bb index 4cbaf97..38bdf5d 100644 --- a/recipes-containers/docker-forward-journald/docker-forward-journald_git.bb +++ b/recipes-containers/docker-forward-journald/docker-forward-journald_git.bb @@ -1,7 +1,7 @@ SUMMARY = "Forward stdin to journald" HOMEPAGE = "https://github.com/docker/docker" SECTION = "devel" -LICENSE = "ASL-2.0" +LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://src/forward-journald/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" PROTOCOL = "https"