diff options
author | Anuj Mittal <anuj.mittal@intel.com> | 2018-12-19 15:29:22 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2018-12-20 14:53:55 +0000 |
commit | 0ff8afedda244c3432abe723dfd9186ffcc3d965 (patch) | |
tree | 4e1e6dfa06e9050d99c29d9769ccada85c1c7853 /meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.28.1.bb | |
parent | 36d02e26dee2e2af783a104d1cd499200d66e1c7 (diff) | |
download | poky-0ff8afedda244c3432abe723dfd9186ffcc3d965.tar.gz |
gsettings-desktop-schemas: upgrade 3.28.0 -> 3.28.1
Changes from release notes:
- Set default background image for screen lock to an existing one
- Translation updates
(From OE-Core rev: 6a10ff0bcd6e00660a419ca535239af55e30d5aa)
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.28.1.bb')
-rw-r--r-- | meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.28.1.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.28.1.bb b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.28.1.bb new file mode 100644 index 0000000000..693c109d83 --- /dev/null +++ b/meta/recipes-gnome/gsettings-desktop-schemas/gsettings-desktop-schemas_3.28.1.bb | |||
@@ -0,0 +1,13 @@ | |||
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 intltool-native" | ||
9 | |||
10 | inherit gnomebase gsettings gettext gobject-introspection upstream-version-is-even | ||
11 | |||
12 | SRC_URI[archive.md5sum] = "83bb19d025f126fae495ab43a2f26f40" | ||
13 | SRC_URI[archive.sha256sum] = "f88ea6849ffe897c51cfeca5e45c3890010c82c58be2aee18b01349648e5502f" | ||