diff mbox series

[meta-networking] wowlan-udev: set S to UNPACKDIR

Message ID 20260319055824.3184933-1-anuj.mittal@oss.qualcomm.com
State Under Review
Headers show
Series [meta-networking] wowlan-udev: set S to UNPACKDIR | expand

Commit Message

Anuj Mittal March 19, 2026, 5:58 a.m. UTC
From: Anuj Mittal <anuj.mittal@oss.qualcomm.com>

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>
---
 meta-networking/recipes-connectivity/wowlan-udev/wowlan-udev.bb | 2 ++
 1 file changed, 2 insertions(+)
diff mbox series

Patch

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
 
 SRC_URI = "file://99-wowlan.rules"
 
+S = "${UNPACKDIR}"
+
 do_install() {
     install -d ${D}${sysconfdir}/udev/rules.d
     install -m 0644 ${UNPACKDIR}/99-wowlan.rules \