diff options
author | Lei Maohui <leimaohui@fujitsu.com> | 2025-01-08 11:39:47 +0800 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2025-01-08 08:02:10 -0800 |
commit | fc8a3de41acda657e64653c85ed8f59226235dbf (patch) | |
tree | 4b45cc9c8ded8a6dbea10f8c9f92be8225251ccd | |
parent | dfa40e1f4e64afe64b3898e3dd84ebf01edfe670 (diff) | |
download | meta-openembedded-fc8a3de41acda657e64653c85ed8f59226235dbf.tar.gz |
gjs: Deleted gsettings from gsettings
gsettings shouldn't be added and it causes an error in do_rootfs.
%post(gjs-1.82.1-r0.aarch64): scriptlet start
%post(gjs-1.82.1-r0.aarch64): execv(/bin/sh) pid 217720
+ set -e
+ glib-compile-schemas /datadrive/workdir/build-dir/build-daily/tmp/work/armv8-linux/all-test/rr/rootfs/usr/share/glib-2.0/schemas
Error opening directory “/datadrive/workdir/build-dir/build-daily/tmp/work/armv8-linux/all-test/rr/rootfs/usr/share/glib-2.0/schemas”: No such
file or directory
......
ERROR: Postinstall scriptlets of ['gjs'] 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.
Signed-off-by: Lei Maohui <leimaohui@fujitsu.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
-rw-r--r-- | meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb b/meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb index c4bccbe7b0..55af04e4a5 100644 --- a/meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb +++ b/meta-gnome/recipes-gnome/gjs/gjs_1.82.1.bb | |||
@@ -5,7 +5,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=8dcea832f6acf45d856abfeb2d51ec48" | |||
5 | 5 | ||
6 | DEPENDS = "mozjs-128 cairo" | 6 | DEPENDS = "mozjs-128 cairo" |
7 | 7 | ||
8 | inherit gnomebase gsettings gobject-introspection gettext features_check upstream-version-is-even pkgconfig | 8 | inherit gnomebase gobject-introspection gettext features_check upstream-version-is-even pkgconfig |
9 | 9 | ||
10 | SRC_URI[archive.sha256sum] = "fb39aa5636576de0e5a1171f56a1a5825e2bd1a69972fb120ba78bd109b5693c" | 10 | SRC_URI[archive.sha256sum] = "fb39aa5636576de0e5a1171f56a1a5825e2bd1a69972fb120ba78bd109b5693c" |
11 | SRC_URI += " \ | 11 | SRC_URI += " \ |