From fea5e862e33ded98f800a47b574cf945b63b9652 Mon Sep 17 00:00:00 2001 From: Naoto Yamaguchi Date: Tue, 26 Nov 2024 02:34:08 +0900 Subject: Fix license information in recipes Existing recipe is missing to license information. This patch fix license information in recipes. Bug-AGL: SPEC-5274 Change-Id: Ibbe45afc97cf9dbdc305a5d71b40fd64f59a030e Signed-off-by: Naoto Yamaguchi --- meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest_0.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-agl-ic-container/recipes-graphics/wayland') diff --git a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest_0.1.bb b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest_0.1.bb index c95f92e0..d444317b 100644 --- a/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest_0.1.bb +++ b/meta-agl-ic-container/recipes-graphics/wayland/weston-init-guest_0.1.bb @@ -1,6 +1,6 @@ SUMMARY = "Startup script and systemd unit file for the Weston Wayland compositor in guest cotainer" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" +LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302" SRC_URI = "file://weston.env \ file://weston.service \ -- cgit 1.2.3-korg