diff mbox series

[meta-raspberrypi,4/7] psplash_%.bbappend: WORKDIR -> UNPACKDIR transition

Message ID 20240528025412.2417168-4-changqing.li@windriver.com
State New
Headers show
Series [meta-raspberrypi,1/7] gpio-shutdown: WORKDIR -> UNPACKDIR transition | expand

Commit Message

Changqing Li May 28, 2024, 2:54 a.m. UTC
From: Changqing Li <changqing.li@windriver.com>

Signed-off-by: Changqing Li <changqing.li@windriver.com>
---
 recipes-core/psplash/psplash_%.bbappend | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/recipes-core/psplash/psplash_%.bbappend b/recipes-core/psplash/psplash_%.bbappend
index 57cade8..22e8061 100644
--- a/recipes-core/psplash/psplash_%.bbappend
+++ b/recipes-core/psplash/psplash_%.bbappend
@@ -5,7 +5,7 @@  SRC_URI:append:rpi = " file://framebuf.conf"
 
 do_install:append:rpi() {
     if [ "${@bb.utils.filter('DISTRO_FEATURES', 'systemd', d)}" ]; then
-        install -Dm 0644 ${WORKDIR}/framebuf.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/framebuf.conf
+        install -Dm 0644 ${UNPACKDIR}/framebuf.conf ${D}${systemd_system_unitdir}/psplash-start.service.d/framebuf.conf
     fi
 }