From 84cb611079b7cf78b9921c78978943fa4adae1c7 Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 13 Apr 2017 16:50:11 +0300 Subject: gpgme: correctly avoid host contamination Existing patch was actually doing the wrong thing and sometimes removing a linking flag (-lgpgme) that should be present. Instead, gpgme-config actually has internal logic to remove /usr/lib from the output, which works only in non-multilib setups, so it is adjusted to include all possible /usr/lib* and /lib* directories. Signed-off-by: Alexander Kanavin Signed-off-by: Richard Purdie --- meta/recipes-support/gpgme/gpgme_1.8.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta/recipes-support/gpgme/gpgme_1.8.0.bb') diff --git a/meta/recipes-support/gpgme/gpgme_1.8.0.bb b/meta/recipes-support/gpgme/gpgme_1.8.0.bb index eddf3a0399..cb9143aded 100644 --- a/meta/recipes-support/gpgme/gpgme_1.8.0.bb +++ b/meta/recipes-support/gpgme/gpgme_1.8.0.bb @@ -14,8 +14,8 @@ SRC_URI = "${GNUPG_MIRROR}/gpgme/${BP}.tar.bz2 \ file://pkgconfig.patch \ file://python-lang-config.patch \ file://0001-Correctly-install-python-modules.patch \ - file://0001-Avoid-host-contamination-from-gpg-config.patch \ file://python-import.patch \ + file://0001-gpgme-config-skip-all-lib-or-usr-lib-directories-in-.patch \ " SRC_URI[md5sum] = "722a4153904b9b5dc15485a22d29263b" -- cgit 1.2.3-korg