diff options
author | Robert Schuster <thebohemian@gmx.net> | 2008-01-17 17:09:07 +0000 |
---|---|---|
committer | Robert Schuster <thebohemian@gmx.net> | 2008-01-17 17:09:07 +0000 |
commit | 8f33c69ab16d9a314b3f5a7407f2a001990cc662 (patch) | |
tree | ca3a6922e0ccd8afd9520607a641fd58c36c8a4d /packages/gnutls/gnutls_1.6.3.bb | |
parent | ca697eceeb13ca2530b6140d84de870692475f63 (diff) |
gnutls: Cleanup and fixes.
- move 1.6.3-specific patches into respective recipe
- renamed patch folder to contain version to which they belong
Diffstat (limited to 'packages/gnutls/gnutls_1.6.3.bb')
-rw-r--r-- | packages/gnutls/gnutls_1.6.3.bb | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/packages/gnutls/gnutls_1.6.3.bb b/packages/gnutls/gnutls_1.6.3.bb index a5b5341156..ddaef1dea3 100644 --- a/packages/gnutls/gnutls_1.6.3.bb +++ b/packages/gnutls/gnutls_1.6.3.bb @@ -1,2 +1,9 @@ require gnutls.inc + +SRC_URI += "\ + file://gnutls-openssl.patch;patch=1 \ + file://gnutls-texinfo-euro.patch;patch=1 \ + file://configure_madness.patch;patch=1 \ + " + PR = "r3" |