diff options
author | Adrian Bunk <bunk@stusta.de> | 2019-07-22 10:09:19 +0300 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2019-07-22 14:16:51 -0700 |
commit | 9dade50bb91ac879bb87e66c2028847012067e85 (patch) | |
tree | ad4fbe0aea564543642517ed7f16ef6551a3ed8e /meta-gnome/recipes-gnome/libgnome | |
parent | 2a7f35f1e818decf2b1022c04deac5e65e272079 (diff) | |
download | meta-openembedded-9dade50bb91ac879bb87e66c2028847012067e85.tar.gz |
meta-gnome: Remove GNOME_COMPRESS_TYPE = "xz" in recipes
This is the default value.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/libgnome')
-rw-r--r-- | meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb index 3a7379f9e..7babbd0a8 100644 --- a/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb +++ b/meta-gnome/recipes-gnome/libgnome/libgnomekbd_3.26.1.bb | |||
@@ -10,8 +10,6 @@ inherit distro_features_check gnome gobject-introspection gettext | |||
10 | 10 | ||
11 | REQUIRED_DISTRO_FEATURES = "x11" | 11 | REQUIRED_DISTRO_FEATURES = "x11" |
12 | 12 | ||
13 | GNOME_COMPRESS_TYPE = "xz" | ||
14 | |||
15 | SRC_URI[archive.md5sum] = "98040022484406e7ebe25f82cef93344" | 13 | SRC_URI[archive.md5sum] = "98040022484406e7ebe25f82cef93344" |
16 | SRC_URI[archive.sha256sum] = "f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679" | 14 | SRC_URI[archive.sha256sum] = "f7ca02631576e9b88aee1b1bae37ac1488b80ee7975f20a97f29e761a7172679" |
17 | 15 | ||