summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch b/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
index 2a2c1e9c21..89c9d22bf2 100644
--- a/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
+++ b/meta/recipes-support/libgpg-error/libgpg-error-1.12/pkgconfig.patch
@@ -52,7 +52,7 @@ Index: libgpg-error-1.12/src/gpg-error.pc.in
52+Name: gpg-error 52+Name: gpg-error
53+Description: a library that defines common error values for all GnuPG components 53+Description: a library that defines common error values for all GnuPG components
54+Version: @VERSION@ 54+Version: @VERSION@
55+Libs: -L{libdir} -lgpg-error 55+Libs: -L${libdir} -lgpg-error
56+Cflags: -I${includedir} 56+Cflags: -I${includedir}
57Index: libgpg-error-1.12/src/gpg-error.m4 57Index: libgpg-error-1.12/src/gpg-error.m4
58=================================================================== 58===================================================================