diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-05-22 18:52:12 -0700 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2024-06-18 19:06:13 -0300 |
commit | 647f024c2e97f6cc98fce14cd70b9fcac802521d (patch) | |
tree | cc4ac4f82b237db05d4a7f5e12236b0f79b30ea7 | |
parent | dd05ecfea5289ae2e533bafde06c9ae6d6afccab (diff) | |
download | meta-freescale-647f024c2e97f6cc98fce14cd70b9fcac802521d.tar.gz |
udev-rules-imx: Drop setting S
Setting S here to something local is redundant moreover master oe-core
flags it now
Using S = ${WORKDIR} is no longer supported
Signed-off-by: Khem Raj <raj.khem@gmail.com>
(cherry picked from commit 6ff5d29e8785ad5c188f8ed84882c82b959bd364)
-rw-r--r-- | recipes-core/udev/udev-rules-imx.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/recipes-core/udev/udev-rules-imx.bb b/recipes-core/udev/udev-rules-imx.bb index 163f28350..c42065f3a 100644 --- a/recipes-core/udev/udev-rules-imx.bb +++ b/recipes-core/udev/udev-rules-imx.bb | |||
@@ -4,8 +4,6 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda | |||
4 | 4 | ||
5 | SRC_URI = " file://10-imx.rules" | 5 | SRC_URI = " file://10-imx.rules" |
6 | 6 | ||
7 | S = "${WORKDIR}" | ||
8 | |||
9 | do_install () { | 7 | do_install () { |
10 | install -d ${D}${sysconfdir}/udev/rules.d | 8 | install -d ${D}${sysconfdir}/udev/rules.d |
11 | install -m 0644 ${WORKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d/ | 9 | install -m 0644 ${WORKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d/ |