diff options
author | Saul Wold <sgw@linux.intel.com> | 2012-07-09 15:04:34 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-10 20:33:25 +0100 |
commit | 8af21f1511c22d8696df4952c0ef4baf42f390f1 (patch) | |
tree | d1fcb0d1b232366a324ce723e86fbbd53d849b26 /meta/recipes-support/gnupg | |
parent | 6a9886281c531ffe4486fcddbbbbb8950c21940b (diff) | |
download | poky-8af21f1511c22d8696df4952c0ef4baf42f390f1.tar.gz |
gnupg: ensure deterministic build by disabling libcurl
gnupg has it's own fake curl, since we use gnupg with zypper, there does not
seem to be a strong reason to add curl to the depends list.
(From OE-Core rev: 44ea2cf548ca20488449d347f8f3b7d49f7e7493)
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/gnupg')
-rw-r--r-- | meta/recipes-support/gnupg/gnupg_2.0.19.bb | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/recipes-support/gnupg/gnupg_2.0.19.bb b/meta/recipes-support/gnupg/gnupg_2.0.19.bb index 24219a8dbe..996a8e80dc 100644 --- a/meta/recipes-support/gnupg/gnupg_2.0.19.bb +++ b/meta/recipes-support/gnupg/gnupg_2.0.19.bb | |||
@@ -7,7 +7,7 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | |||
7 | DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt" | 7 | DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt" |
8 | PTH = "pth" | 8 | PTH = "pth" |
9 | PTH_libc-uclibc = "npth" | 9 | PTH_libc-uclibc = "npth" |
10 | PR = "r3" | 10 | PR = "r4" |
11 | 11 | ||
12 | inherit autotools gettext | 12 | inherit autotools gettext |
13 | 13 | ||
@@ -18,6 +18,7 @@ SRC_URI[sha256sum] = "efa23a8a925adb51c7d3b708c25b6d000300f5ce37de9bdec6453be7b4 | |||
18 | 18 | ||
19 | EXTRA_OECONF = "--disable-ldap \ | 19 | EXTRA_OECONF = "--disable-ldap \ |
20 | --disable-ccid-driver \ | 20 | --disable-ccid-driver \ |
21 | --without-libcurl \ | ||
21 | --with-zlib=${STAGING_LIBDIR}/.. \ | 22 | --with-zlib=${STAGING_LIBDIR}/.. \ |
22 | --with-bzip2=${STAGING_LIBDIR}/.. \ | 23 | --with-bzip2=${STAGING_LIBDIR}/.. \ |
23 | --with-readline=${STAGING_LIBDIR}/.. \ | 24 | --with-readline=${STAGING_LIBDIR}/.. \ |