summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb10
1 files changed, 5 insertions, 5 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb
index 86501025..8ff8c88a 100644
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb
+++ b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_2109.0.0.0.bb
@@ -8,7 +8,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93"
8 8
9COMPATIBLE_HOST = '(i.86|x86_64).*-linux' 9COMPATIBLE_HOST = '(i.86|x86_64).*-linux'
10 10
11COMPATIBLE_HOST_libc-musl = "null" 11COMPATIBLE_HOST:libc-musl = "null"
12 12
13inherit cmake systemd features_check 13inherit cmake systemd features_check
14 14
@@ -23,24 +23,24 @@ PACKAGECONFIG[networkmanager] = "-DNETWORK_NM=ON, -DNETWORK_NM=OFF, networkmanag
23 23
24REQUIRED_DISTRO_FEATURES= "systemd" 24REQUIRED_DISTRO_FEATURES= "systemd"
25 25
26FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" 26FILES:${PN} += "${datadir}/dbus-1/system-services/*.service"
27 27
28S = "${WORKDIR}/git" 28S = "${WORKDIR}/git"
29 29
30SYSTEMD_SERVICE_${PN} = "lms.service" 30SYSTEMD_SERVICE:${PN} = "lms.service"
31 31
32SRC_URI = "git://github.com/intel/lms.git \ 32SRC_URI = "git://github.com/intel/lms.git \
33 " 33 "
34SRCREV = "e0ebda9d1e7884b51293b71c1bcda511a7942e1a" 34SRCREV = "e0ebda9d1e7884b51293b71c1bcda511a7942e1a"
35 35
36do_install_append() { 36do_install:append() {
37 install -d ${D}${systemd_system_unitdir} 37 install -d ${D}${systemd_system_unitdir}
38 install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} 38 install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir}
39 install -d ${D}${sysconfdir}/udev/rules.d 39 install -d ${D}${sysconfdir}/udev/rules.d
40 install -m 0644 ${S}/UNS/linux_scripts/70-mei-wdt.rules ${D}${sysconfdir}/udev/rules.d/70-mei-wdt.rules 40 install -m 0644 ${S}/UNS/linux_scripts/70-mei-wdt.rules ${D}${sysconfdir}/udev/rules.d/70-mei-wdt.rules
41} 41}
42 42
43RDEPENDS_${PN} += "ace" 43RDEPENDS:${PN} += "ace"
44 44
45# This CVE is for Lan Management System software and not this lms. 45# This CVE is for Lan Management System software and not this lms.
46CVE_CHECK_WHITELIST += "CVE-2018-1000535" 46CVE_CHECK_WHITELIST += "CVE-2018-1000535"