Skip to content

Commit

Permalink
Merge pull request #1863 from Freescale/fix-udev-rules-imx
Browse files Browse the repository at this point in the history
udev-rules-imx: Fix warnings for S being unset
  • Loading branch information
otavio authored Jul 9, 2024
2 parents 2d011b5 + a769fe5 commit b065b45
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions recipes-core/udev/udev-rules-imx.bb
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda

SRC_URI = " file://10-imx.rules"

S = "${UNPACKDIR}"

do_install () {
install -d ${D}${sysconfdir}/udev/rules.d
install -m 0644 ${UNPACKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d/
install -D -m 0644 ${UNPACKDIR}/10-imx.rules \
${D}${sysconfdir}/udev/rules.d/10-imx.rules
}

0 comments on commit b065b45

Please sign in to comment.