summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAnuj Mittal <anuj.mittal@oss.qualcomm.com>2026-03-19 11:28:24 +0530
committerKhem Raj <raj.khem@gmail.com>2026-03-19 13:22:58 -0700
commit6a97c37f5187b4990ed8929e5314c25d6a3237c5 (patch)
treee8ee3f920a01da583252f2c87ade68dc99eafc06
parent2889a70aabe49b72114381ce9cdb79179b761ccb (diff)
downloadmeta-openembedded-6a97c37f5187b4990ed8929e5314c25d6a3237c5.tar.gz
wowlan-udev: set S to UNPACKDIR
Since there are no sources being fetched, set S to UNPACKDIR to fix: | WARNING: wowlan-udev-1.0-r0 do_unpack: wowlan-udev: the directory | ${UNPACKDIR}/${BP} ... 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: Anuj Mittal <anuj.mittal@oss.qualcomm.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r--meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb b/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb
index 857bbc3f95..61cba47e33 100644
--- a/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb
+++ b/meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb
@@ -4,6 +4,8 @@ LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/MIT;md5=0835ade698e0bcf8506ecda
4 4
5SRC_URI = "file://99-wowlan.rules" 5SRC_URI = "file://99-wowlan.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}/99-wowlan.rules \ 11 install -m 0644 ${UNPACKDIR}/99-wowlan.rules \