From 28261bb7e587d2a2ac6ad7437fbfc06da680b33b Mon Sep 17 00:00:00 2001 From: Alexander Usyskin Date: Tue, 6 Aug 2019 14:04:50 +0300 Subject: lms: upgrade 1921.0.0.0 -> 1932.0.0.0 Drop library packaging workarounds - not needed with a new sources. Signed-off-by: Alexander Usyskin Signed-off-by: Anuj Mittal --- .../recipes-bsp/amt/lms_1921.0.0.0.bb | 39 ---------------------- 1 file changed, 39 deletions(-) delete mode 100644 dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb') diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb deleted file mode 100644 index 8ed74486..00000000 --- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms_1921.0.0.0.bb +++ /dev/null @@ -1,39 +0,0 @@ -SUMMARY = "Intel(R) Local Managability Service" -DESCRIPTION = "Intel Local Manageability Service allows applications \ -to access the Intel Active Management Technology (AMT) firmware via \ -the Intel Management Engine Interface (MEI)." - -LICENSE = "Apache-2.0" -LIC_FILES_CHKSUM = "file://COPYING;md5=2ee41112a44fe7014dce33e26468ba93" - -COMPATIBLE_HOST = '(i.86|x86_64).*-linux' - -inherit cmake systemd - -DEPENDS = "metee ace xerces-c libnl libxml2 glib-2.0 glib-2.0-native connman" - -EXTRA_OECMAKE += "-DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3" - -REQUIRED_DISTRO_FEATURES= "systemd" - -FILES_${PN} += "${datadir}/dbus-1/system-services/*.service" - -FILES_${PN} += "${libdir}/libLms*.so" -FILES_SOLIBSDEV = "" -INSANE_SKIP_${PN} += "dev-so" - -S = "${WORKDIR}/git" - -SYSTEMD_SERVICE_${PN} = "lms.service" - -SRC_URI = "git://github.com/intel/lms.git" -SRCREV = "f7c374745ae7efb3ed7860fdc3f8abbb52dc9f8f" - -SRC_URI_append = " file://lms_drop_rpath_${PV}.diff" - -do_install_append() { - install -d ${D}${systemd_system_unitdir} - install -m 0644 ${B}/UNS/lms.service ${D}${systemd_system_unitdir} -} - -RDEPENDS_${PN} += "ace" -- cgit v1.2.3-54-g00ecf