summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2024-05-22 18:52:12 -0700
committerOtavio Salvador <otavio@ossystems.com.br>2024-06-18 19:06:13 -0300
commit647f024c2e97f6cc98fce14cd70b9fcac802521d (patch)
treecc4ac4f82b237db05d4a7f5e12236b0f79b30ea7
parentdd05ecfea5289ae2e533bafde06c9ae6d6afccab (diff)
downloadmeta-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.bb2
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
5SRC_URI = " file://10-imx.rules" 5SRC_URI = " file://10-imx.rules"
6 6
7S = "${WORKDIR}"
8
9do_install () { 7do_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/