Skip to content

Commit

Permalink
meta-balena-scarthgap:plymouth: Fix build issue of version 24.004.60 …
Browse files Browse the repository at this point in the history
…from Scarthgap

Signed-off-by: Florin Sarbu <[email protected]>
  • Loading branch information
floion committed Dec 30, 2024
1 parent ae2905c commit cd17161
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Index: plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c
===================================================================
--- plymouth-24.004.60.orig/src/libply-splash-core/ply-device-manager.c
+++ plymouth-24.004.60/src/libply-splash-core/ply-device-manager.c
@@ -1129,8 +1129,9 @@ create_devices_for_terminal_and_renderer
renderer = NULL;
return true;
}
-
+#ifdef HAVE_UDEV
add_input_devices_to_renderer (manager, renderer);
+#endif
}
}

Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
FILESEXTRAPATHS:prepend := "${THISDIR}/24.004.60:"

SRC_URI:append = " file://0001-fix_undefined_reference_when_no_udev.patch"

PACKAGECONFIG:append = " systemd"

EXTRA_OEMESON += " -Dlogo='/mnt/boot/splash/balena-logo.png'"

0 comments on commit cd17161

Please sign in to comment.