summaryrefslogtreecommitdiffstats
path: root/recipes-core
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2024-07-09 15:19:35 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2024-07-09 16:17:37 -0300
commit2a9aaf24bbcf73e2498284b1efd1ab4f4a64127b (patch)
treeb7084d6b11dc4e70628d1be553c160278eada2f3 /recipes-core
parent478993fc218939b6e389ea78543f261a402c4b88 (diff)
downloadmeta-freescale-2a9aaf24bbcf73e2498284b1efd1ab4f4a64127b.tar.gz
udev-rules-imx: Fix warnings for S being unset
WARNING: udev-rules-imx-1.0-r0 do_unpack: udev-rules-imx: the directory ${WORKDIR}/${BP} (.../udev-rules-imx/1.0/udev-rules-imx-1.0) pointed to by the S variable doesn't exist - please set S within the recipe to point to where the source has been unpacked to Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-core')
-rw-r--r--recipes-core/udev/udev-rules-imx.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-core/udev/udev-rules-imx.bb b/recipes-core/udev/udev-rules-imx.bb
index 8ade3ebf..852d0038 100644
--- a/recipes-core/udev/udev-rules-imx.bb
+++ b/recipes-core/udev/udev-rules-imx.bb
@@ -4,6 +4,8 @@ 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 = "${UNPACKDIR}"
8
7do_install () { 9do_install () {
8 install -d ${D}${sysconfdir}/udev/rules.d 10 install -d ${D}${sysconfdir}/udev/rules.d
9 install -m 0644 ${UNPACKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d/ 11 install -m 0644 ${UNPACKDIR}/10-imx.rules ${D}${sysconfdir}/udev/rules.d/