summaryrefslogtreecommitdiffstats
path: root/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch')
-rw-r--r--dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch33
1 files changed, 0 insertions, 33 deletions
diff --git a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch b/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch
deleted file mode 100644
index 80b64b37..00000000
--- a/dynamic-layers/openembedded-layer/recipes-bsp/amt/lms/0001-UNS-CMakeLists.txt-migrate-udev-rules-to-usr.patch
+++ /dev/null
@@ -1,33 +0,0 @@
1From 072d20e6dcd99ff272a934fcfda8df9dd15d4359 Mon Sep 17 00:00:00 2001
2From: Naveen Saini <naveen.kumar.saini@intel.com>
3Date: Fri, 16 Jun 2023 11:35:42 +0800
4Subject: [PATCH] UNS/CMakeLists.txt: migrate udev rules to /usr
5
6With the upcoming v254 release of systemd mandating usrmerge[1] this
7will become mandatory for anyone using systemd.
8
9[1] https://lists.freedesktop.org/archives/systemd-devel/2023-June/049173.html
10
11Upstream-Status: Submitted [https://github.com/intel/lms/pull/16]
12
13Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com>
14---
15 UNS/CMakeLists.txt | 2 +-
16 1 file changed, 1 insertion(+), 1 deletion(-)
17
18diff --git a/UNS/CMakeLists.txt b/UNS/CMakeLists.txt
19index 09000eb..c6b98c1 100644
20--- a/UNS/CMakeLists.txt
21+++ b/UNS/CMakeLists.txt
22@@ -139,7 +139,7 @@ if (UNIX)
23 install (FILES
24 ${CMAKE_CURRENT_SOURCE_DIR}/linux_scripts/70-persistent-mei.rules
25 ${CMAKE_CURRENT_SOURCE_DIR}/linux_scripts/70-mei-wdt.rules
26- DESTINATION /lib/udev/rules.d/
27+ DESTINATION /usr/lib/udev/rules.d/
28 )
29
30 install (FILES ${CMAKE_CURRENT_SOURCE_DIR}/linux_scripts/20-lms.conf
31--
322.34.1
33