mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-05 02:50:46 +00:00
tracker: dont inherit gsettings
this fixes an issue I encountered on raspberrypi4-64 at do_rootfs:
ERROR: hyprland-image-1.0-r0 do_rootfs: Postinstall scriptlets of ['tracker'] have failed. If the intention is to defer them to first boot,
then please place them into pkg_postinst_ontarget:${PN} ().
Deferring to first boot via 'exit 1' is no longer supported.
Details of the failure are in /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.
ERROR: Logfile of failure stored in: /home/flk/poky/build-raspi/tmp/work/raspberrypi4_64-poky-linux/hyprland-image/1.0/temp/log.do_rootfs.629667
ERROR: Task (/home/flk/poky/meta-hyprland-image/recipes-core/images/hyprland-image.bb:do_rootfs) failed with exit code '1'
Signed-off-by: Markus Volk <f_l_k@t-online.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
@@ -19,7 +19,7 @@ DEPENDS = " \
|
||||
"
|
||||
|
||||
|
||||
inherit gettext gnomebase gsettings gobject-introspection vala gtk-doc bash-completion python3native
|
||||
inherit gettext gnomebase gobject-introspection vala gtk-doc bash-completion python3native
|
||||
|
||||
SRC_URI += "file://0001-fix-reproducibility.patch"
|
||||
SRC_URI[archive.sha256sum] = "52592cfe19baffd16dbe47475be7da750dbd0b6333fd7acb60faa9da5bc40df2"
|
||||
|
||||
Reference in New Issue
Block a user