diff options
author | Alexander Kanavin <alexander.kanavin@linux.intel.com> | 2015-08-26 13:07:01 +0300 |
---|---|---|
committer | Martin Jansa <Martin.Jansa@gmail.com> | 2015-08-31 19:17:08 +0200 |
commit | d518b89505e1a000ba0042f626bc6a6be3c70bbe (patch) | |
tree | 1bf43f7b4d7e0486e56f7cf1d7665374a99b0639 /meta-gnome/recipes-gnome/gnome-keyring | |
parent | 3f60517f5fea6590ac0a52cc99f10a0b91189f35 (diff) | |
download | meta-openembedded-d518b89505e1a000ba0042f626bc6a6be3c70bbe.tar.gz |
gnome: add explicit bz2 compress type to older packages
The default was changed to xz in the gnomebase class to match the upstream.
Signed-off-by: Alexander Kanavin <alexander.kanavin@linux.intel.com>
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-gnome/recipes-gnome/gnome-keyring')
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | 1 | ||||
-rw-r--r-- | meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb index 860851d98..1bbfb17d9 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/gnome-keyring_2.32.1.bb | |||
@@ -24,6 +24,7 @@ EXTRA_OECONF = "${@base_contains('DISTRO_FEATURES', 'pam', '--enable-pam --with- | |||
24 | 24 | ||
25 | SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" | 25 | SRC_URI[archive.md5sum] = "9a8aa74e03361676f29d6e73155786fc" |
26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" | 26 | SRC_URI[archive.sha256sum] = "31fecec1430a97f59a6159a5a2ea8d6a1b44287f1e9e595b3594df46bf7f18f9" |
27 | GNOME_COMPRESS_TYPE="bz2" | ||
27 | 28 | ||
28 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr \ | 29 | FILES_${PN} += "${datadir}/dbus-1/services ${datadir}/gcr \ |
29 | ${base_libdir}/security/*${SOLIBSDEV} \ | 30 | ${base_libdir}/security/*${SOLIBSDEV} \ |
diff --git a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb index 43379bdca..e24188232 100644 --- a/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb +++ b/meta-gnome/recipes-gnome/gnome-keyring/libgnome-keyring_2.32.0.bb | |||
@@ -17,3 +17,4 @@ DEPENDS = "dbus libgcrypt glib-2.0 intltool-native" | |||
17 | 17 | ||
18 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" | 18 | SRC_URI[archive.md5sum] = "c42b2ca66204835d901d3dbfc1fa5ae6" |
19 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" | 19 | SRC_URI[archive.sha256sum] = "56388c0d81ddfdb57d30e4963c83ecc1c18498aab99395420e0fff69929a0f0c" |
20 | GNOME_COMPRESS_TYPE="bz2" | ||