diff options
author | Michael Krelin <hacker@klever.net> | 2007-05-08 23:12:41 +0000 |
---|---|---|
committer | Michael Krelin <hacker@klever.net> | 2007-05-08 23:12:41 +0000 |
commit | a1da152a12837b54328d9f6bae672c23815df67c (patch) | |
tree | d5521efc6302f2a05fc786cbe6c0b57705712405 /packages | |
parent | 02fb4610922c0944aa90b668b1238949a6bb3535 (diff) |
gnutls: stage pkgconfig stuff
Diffstat (limited to 'packages')
-rw-r--r-- | packages/gnutls/gnutls.inc | 2 | ||||
-rw-r--r-- | packages/gnutls/gnutls_1.6.2.bb | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/packages/gnutls/gnutls.inc b/packages/gnutls/gnutls.inc index da0d2b0041..ed96e3f588 100644 --- a/packages/gnutls/gnutls.inc +++ b/packages/gnutls/gnutls.inc @@ -9,7 +9,7 @@ SRC_URI = "ftp://ftp.gnutls.org/pub/gnutls/gnutls-${PV}.tar.bz2 \ file://onceonly.m4 \ file://gnutls-texinfo-euro.patch;patch=1" -inherit autotools binconfig +inherit autotools binconfig pkgconfig EXTRA_OECONF="--with-included-opencdk --with-included-libtasn1" diff --git a/packages/gnutls/gnutls_1.6.2.bb b/packages/gnutls/gnutls_1.6.2.bb index a5fd4bb2d5..68077c0c5a 100644 --- a/packages/gnutls/gnutls_1.6.2.bb +++ b/packages/gnutls/gnutls_1.6.2.bb @@ -1,4 +1,5 @@ require gnutls.inc +PR = "r1" do_configure_prepend() { sed -i "s/2.60/2.59/" ${S}/configure.in |