mirror of
https://git.yoctoproject.org/poky
synced 2026-04-18 12:32:12 +02:00
gnutls: Fix pkgconfig patch
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@4086 311d38ba-8fff-0310-9ca6-ca027cbcb966
This commit is contained in:
@@ -28,7 +28,7 @@ Index: gnutls-1.6.3/lib/gnutls.pc.in
|
||||
Name: GnuTLS
|
||||
Description: Transport Security Layer implementation for the GNU system
|
||||
Version: @VERSION@
|
||||
+Requires.private: gcrypt
|
||||
+Requires.private: libgcrypt
|
||||
Libs: -L${libdir} -lgnutls
|
||||
-Libs.private: @LIBGNUTLS_LIBS@
|
||||
+Libs.private: -L${libdir} -lgnutls
|
||||
|
||||
@@ -6,4 +6,4 @@ SRC_URI += "\
|
||||
file://configure_madness.patch;patch=1 \
|
||||
"
|
||||
|
||||
PR = "r6"
|
||||
PR = "r7"
|
||||
|
||||
Reference in New Issue
Block a user