From d518b89505e1a000ba0042f626bc6a6be3c70bbe Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Wed, 26 Aug 2015 13:07:01 +0300 Subject: 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 Signed-off-by: Martin Jansa --- meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb | 1 + 1 file changed, 1 insertion(+) (limited to 'meta-oe/recipes-connectivity') diff --git a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb index e512419095..4f1430b9ec 100644 --- a/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb +++ b/meta-oe/recipes-connectivity/loudmouth/loudmouth_1.4.3.bb @@ -15,6 +15,7 @@ SRC_URI += "file://04-use-pkg-config-for-gnutls.patch \ SRC_URI[archive.md5sum] = "55339ca42494690c3942ee1465a96937" SRC_URI[archive.sha256sum] = "95a93f5d009b71ea8193d994aa11f311bc330a3efe1b7cd74dc48f11c7f929e3" +GNOME_COMPRESS_TYPE="bz2" EXTRA_OECONF = "--with-ssl=openssl" -- cgit 1.2.3-korg