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:32:57 +0100 |
commit | 44ea2cf548ca20488449d347f8f3b7d49f7e7493 (patch) | |
tree | ebafe3fffa1dc23ea5a11c73ce1b5a20ba9079a7 /meta | |
parent | 4fd8a550886f02189e4ed127d0a2f16e92f8474c (diff) | |
download | openembedded-core-contrib-44ea2cf548ca20488449d347f8f3b7d49f7e7493.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.
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-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 24219a8dbe5..996a8e80dcd 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 \ DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt" PTH = "pth" PTH_libc-uclibc = "npth" -PR = "r3" +PR = "r4" inherit autotools gettext @@ -18,6 +18,7 @@ SRC_URI[sha256sum] = "efa23a8a925adb51c7d3b708c25b6d000300f5ce37de9bdec6453be7b4 EXTRA_OECONF = "--disable-ldap \ --disable-ccid-driver \ + --without-libcurl \ --with-zlib=${STAGING_LIBDIR}/.. \ --with-bzip2=${STAGING_LIBDIR}/.. \ --with-readline=${STAGING_LIBDIR}/.. \ |