* [PATCH] libksba: fix pkgconfig patch
@ 2015-09-22 1:13 Trevor Woerner
0 siblings, 0 replies; only message in thread
From: Trevor Woerner @ 2015-09-22 1:13 UTC (permalink / raw)
To: openembedded-core
Add '$' to fix a patch which adds pkgconfig support to libksba.
Signed-off-by: Trevor Woerner <twoerner@gmail.com>
---
meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
index b5886c5..d28dfd9 100644
--- a/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
+++ b/meta/recipes-support/libksba/libksba/ksba-add-pkgconfig-support.patch
@@ -51,7 +51,7 @@ Index: libksba-1.3.0/ksba.pc.in
+Requires:
+Version: @VERSION@
+Libs: -L${libdir} -lksba
-+Libs.private: -L{libdir} -lgpg-error
++Libs.private: -L${libdir} -lgpg-error
+Cflags: -I${includedir}
+
Index: libksba-1.3.0/src/ksba.m4
--
2.5.0.234.gefc8a62
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2015-09-22 1:13 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-22 1:13 [PATCH] libksba: fix pkgconfig patch Trevor Woerner
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox