[oe-commits] Jeremy Lainé : gnutls: fixing the pkgconfig is not necessary for gnutls 2.4.2

GIT User account git at amethyst.openembedded.net
Fri Oct 24 10:46:20 UTC 2008


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 0d4559f79c13a864d782c5599a7803389d1dd20c
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=0d4559f79c13a864d782c5599a7803389d1dd20c

Author: Jeremy Lainé <jeremy.laine at m4x.org>
Date:   Fri Oct 24 12:44:44 2008 +0200

gnutls: fixing the pkgconfig is not necessary for gnutls 2.4.2

---

 packages/gnutls/gnutls.inc      |    5 -----
 packages/gnutls/gnutls_1.4.5.bb |    5 +++++
 packages/gnutls/gnutls_1.6.3.bb |    5 +++++
 packages/gnutls/gnutls_2.4.2.bb |    2 ++
 4 files changed, 12 insertions(+), 5 deletions(-)

diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc
index 6400e80..e438423 100644
--- a/packages/gnutls/gnutls.inc
+++ b/packages/gnutls/gnutls.inc
@@ -9,11 +9,6 @@ inherit autotools binconfig pkgconfig
 
 EXTRA_OECONF = "--with-included-opencdk --with-included-libtasn1"
 
-# fix wrong dependency
-do_configure_prepend() {
-    sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
-}
-
 do_stage() {
     oe_libinstall -C lib/.libs -so -a libgnutls ${STAGING_LIBDIR}
     oe_libinstall -C libextra/.libs -so -a libgnutls-extra ${STAGING_LIBDIR}
diff --git a/packages/gnutls/gnutls_1.4.5.bb b/packages/gnutls/gnutls_1.4.5.bb
index 749064a..a5e5873 100644
--- a/packages/gnutls/gnutls_1.4.5.bb
+++ b/packages/gnutls/gnutls_1.4.5.bb
@@ -1,3 +1,8 @@
 require gnutls.inc
 
+# fix wrong dependency
+do_configure_prepend() {
+    sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
+}
+
 PR = "r3"
diff --git a/packages/gnutls/gnutls_1.6.3.bb b/packages/gnutls/gnutls_1.6.3.bb
index ce10a4b..7a89835 100644
--- a/packages/gnutls/gnutls_1.6.3.bb
+++ b/packages/gnutls/gnutls_1.6.3.bb
@@ -6,4 +6,9 @@ SRC_URI += "\
 	file://configure_madness.patch;patch=1 \
 	"
 
+# fix wrong dependency
+do_configure_prepend() {
+    sed -i s,gcrypt,libgcrypt, lib/gnutls.pc.in
+}
+
 PR = "r6"
diff --git a/packages/gnutls/gnutls_2.4.2.bb b/packages/gnutls/gnutls_2.4.2.bb
index 3313a45..15614fb 100644
--- a/packages/gnutls/gnutls_2.4.2.bb
+++ b/packages/gnutls/gnutls_2.4.2.bb
@@ -5,3 +5,5 @@ SRC_URI += "\
 	file://gnutls-texinfo-euro.patch;patch=1 \
 	file://configure_madness.patch;patch=1 \
 	"
+
+PR = "r1"





More information about the Openembedded-commits mailing list