diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2024-07-09 15:19:35 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2024-07-09 16:17:37 -0300 |
commit | 2a9aaf24bbcf73e2498284b1efd1ab4f4a64127b (patch) | |
tree | b7084d6b11dc4e70628d1be553c160278eada2f3 /recipes-core | |
parent | 478993fc218939b6e389ea78543f261a402c4b88 (diff) | |
download | meta-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.bb | 2 |
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 | ||
5 | SRC_URI = " file://10-imx.rules" | 5 | SRC_URI = " file://10-imx.rules" |
6 | 6 | ||
7 | S = "${UNPACKDIR}" | ||
8 | |||
7 | do_install () { | 9 | do_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/ |