From 63d2a47d4e84d467c40bfaecf6a5a397c75ea1fc Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 1 Feb 2014 12:27:03 +0100 Subject: [PATCH] libgpg-error: fixed to generate proper .pc file I really wonder if that pkgconfig file was ever tested on yocto, but obviously not. The typo is still present in yocto patch repository. --- security/libgpg-error/pkgconfig.patch | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/security/libgpg-error/pkgconfig.patch b/security/libgpg-error/pkgconfig.patch index 0914412e1..d6bca6065 100644 --- a/security/libgpg-error/pkgconfig.patch +++ b/security/libgpg-error/pkgconfig.patch @@ -2,7 +2,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../libgpg-error/pkgconfig.patch -# Copyright (C) 2013 The OpenSDE Project +# Copyright (C) 2013 - 2014 The OpenSDE Project # # More information can be found in the files COPYING and README. # @@ -69,5 +69,5 @@ Index: libgpg-error-1.8/src/gpg-error.pc.in +Name: gpg-error +Description: a library that defines common error values for all GnuPG components +Version: @VERSION@ -+Libs: -L{libdir} -lgpg-error ++Libs: -L${libdir} -lgpg-error +Cflags: -I${includedir}