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 <jackie.huang@windriver.com>
This commit is contained in:
Jackie Huang 2020-03-11 08:23:28 +08:00
parent 869c275603
commit 96cf99008e

View File

@ -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"