diff options
author | Chris Larson <clarson@kergoth.com> | 2003-10-27 21:55:10 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2003-10-27 21:55:10 +0000 |
commit | dfc75d408b9ab582f05b01bb99803609fb4dddc2 (patch) | |
tree | 770bb1d695a776fa4c72625ef8d7fd6d6b245a3c /gnupg | |
parent | f7f28b5d20d04ef02de1e6c4215e7ca3de9fdc83 (diff) |
Remove --program-prefix= opts, now that we fixed it in autoconf's core m4 files.
BKrev: 3f9d943eWkX_eMkS_aDD4EDx_q6mSg
Diffstat (limited to 'gnupg')
-rw-r--r-- | gnupg/gnupg_1.0.7.oe | 9 | ||||
-rw-r--r-- | gnupg/gnupg_1.2.3.oe | 8 |
2 files changed, 17 insertions, 0 deletions
diff --git a/gnupg/gnupg_1.0.7.oe b/gnupg/gnupg_1.0.7.oe index e69de29bb2..a41c0e6d97 100644 --- a/gnupg/gnupg_1.0.7.oe +++ b/gnupg/gnupg_1.0.7.oe @@ -0,0 +1,9 @@ +DEPENDS = virtual/libc zlib +RDEPENDS = libc6 zlib + +SRC_URI = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.gz \ + file://${FILESDIR}/gcc3.patch;patch=1 + +inherit autotools + +EXTRA_OEMAKE = "'checks='" diff --git a/gnupg/gnupg_1.2.3.oe b/gnupg/gnupg_1.2.3.oe index e69de29bb2..5b7b124cfb 100644 --- a/gnupg/gnupg_1.2.3.oe +++ b/gnupg/gnupg_1.2.3.oe @@ -0,0 +1,8 @@ +DEPENDS = virtual/libc zlib +RDEPENDS = libc6 zlib + +SRC_URI = ftp://ftp.gnupg.org/gcrypt/gnupg/gnupg-${PV}.tar.gz + +inherit autotools + +EXTRA_OEMAKE = "'checks='" |