diff options
author | Andreas Müller <schnitzeltony@gmail.com> | 2019-05-21 11:00:31 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-27 17:06:34 +0100 |
commit | b25a61d8c7205eeaba5c62c987b666f0130a5399 (patch) | |
tree | d2be5297b365f70c782ad7f74fc38538fe0e87c8 /meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb | |
parent | 710a26583127fff91380205338b147aa9935520b (diff) | |
download | poky-b25a61d8c7205eeaba5c62c987b666f0130a5399.tar.gz |
gsettings-desktop-schemas: upgrade 3.28.1 -> 3.32.0
* build with meson
* dependency intltool-native can go - they moved gettext only translation
* put gnome inherits together
(From OE-Core rev: e965b72c08fc94c7c6dbfea36505400f3dbb2c53)
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb')
-rw-r--r-- | meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb new file mode 100644 index 0000000000..859f70466b --- /dev/null +++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.32.0.bb | |||
@@ -0,0 +1,16 @@ | |||
1 | SUMMARY = "GNOME desktop-wide GSettings schemas" | ||
2 | HOMEPAGE = "http://live.gnome.org/gsettings-desktop-schemas" | ||
3 | BUGTRACKER = "https://bugzilla.gnome.org/" | ||
4 | |||
5 | LICENSE = "LGPLv2.1" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c" | ||
7 | |||
8 | DEPENDS = "glib-2.0" | ||
9 | |||
10 | GNOMEBASEBUILDCLASS = "meson" | ||
11 | |||
12 | inherit gnomebase gsettings gobject-introspection gettext upstream-version-is-even | ||
13 | |||
14 | SRC_URI[archive.md5sum] = "0c2d468a482c12594757442c983aa8ea" | ||
15 | SRC_URI[archive.sha256sum] = "2d59b4b3a548859dfae46314ee4666787a00d5c82db382e97df7aa9d0e310a35" | ||
16 | SRC_URI += "file://0001-Do-not-skip-gir-installation-for-cross-compiling.patch" | ||