mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
libgpg-error: fix pkgconfig.patch
Typo in pkgconfig.patch:
-Libs: -L{libdir} -lgpg-error
vs.
+Libs: -L${libdir} -lgpg-error
This patch fixes failure in libgcrypt-native do_configure.
| ../x86_64-linux-libtool: line 6001: cd: {libdir}: No such file or directory
| x86_64-linux-libtool: link: cannot determine absolute directory name of `{libdir}'
(From OE-Core rev: 66293fe13e25bb7a946db5a4b337d5bfcb015091)
Signed-off-by: Tim Orling <TicoTimo@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
parent
63ee154720
commit
6cb4ba9508
|
|
@ -52,7 +52,7 @@ Index: libgpg-error-1.12/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}
|
||||
Index: libgpg-error-1.12/src/gpg-error.m4
|
||||
===================================================================
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user