summaryrefslogtreecommitdiffstats
path: root/meta-agl-ic-container/recipes-core
diff options
context:
space:
mode:
authorNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-11-26 02:34:08 +0900
committerNaoto Yamaguchi <naoto.yamaguchi@aisin.co.jp>2024-12-01 16:05:12 +0900
commitfea5e862e33ded98f800a47b574cf945b63b9652 (patch)
treeea10d3486d05dca4a0e7bdb160a78269e3b9b576 /meta-agl-ic-container/recipes-core
parentbd9a4e157cf7894d5c6d9d37c756a0fdd9618738 (diff)
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 <naoto.yamaguchi@aisin.co.jp>
Diffstat (limited to 'meta-agl-ic-container/recipes-core')
-rw-r--r--meta-agl-ic-container/recipes-core/systemd/systemd-netif-config_0.1.bb2
-rw-r--r--meta-agl-ic-container/recipes-core/systemd/systemd-timesyncd-guest_1.0.bb2
2 files changed, 3 insertions, 1 deletions
diff --git a/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config_0.1.bb b/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config_0.1.bb
index 4024c278..2f6abe46 100644
--- a/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config_0.1.bb
+++ b/meta-agl-ic-container/recipes-core/systemd/systemd-netif-config_0.1.bb
@@ -2,7 +2,7 @@ SUMMARY = "Systemd network interface configuration"
DESCRIPTION = "Systemd network interface configuration \
"
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://20-wired.network \
diff --git a/meta-agl-ic-container/recipes-core/systemd/systemd-timesyncd-guest_1.0.bb b/meta-agl-ic-container/recipes-core/systemd/systemd-timesyncd-guest_1.0.bb
index e8ec6500..0a9b7470 100644
--- a/meta-agl-ic-container/recipes-core/systemd/systemd-timesyncd-guest_1.0.bb
+++ b/meta-agl-ic-container/recipes-core/systemd/systemd-timesyncd-guest_1.0.bb
@@ -2,6 +2,8 @@ SUMMARY = "Container guest configuration for systemd-timesyncd."
DESCRIPTION = "Container guest configuration for systemd-timesyncd. \
It enables systemd-timesyncd in container guest."
LICENSE = "MIT"
+LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda2f7b4f302"
+
SRC_URI = " \
file://timesyncd-run-guest.conf \
"