From ea397e7060fcb92b0b31c3de7c498c0df3f55ac4 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 24 Jun 2014 17:13:14 -0700 Subject: gnupg: Update to 2.0.23 Signed-off-by: Saul Wold Signed-off-by: Richard Purdie --- meta/recipes-support/gnupg/gnupg_2.0.22.bb | 38 ------------------------------ meta/recipes-support/gnupg/gnupg_2.0.23.bb | 38 ++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+), 38 deletions(-) delete mode 100644 meta/recipes-support/gnupg/gnupg_2.0.22.bb create mode 100644 meta/recipes-support/gnupg/gnupg_2.0.23.bb diff --git a/meta/recipes-support/gnupg/gnupg_2.0.22.bb b/meta/recipes-support/gnupg/gnupg_2.0.22.bb deleted file mode 100644 index 0b003624c2..0000000000 --- a/meta/recipes-support/gnupg/gnupg_2.0.22.bb +++ /dev/null @@ -1,38 +0,0 @@ -SUMMARY = "GNU Privacy Guard - encryption and signing tools (2.x)" -HOMEPAGE = "http://www.gnupg.org/" -LICENSE = "GPLv3 & LGPLv3" -LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ - file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" - -DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt" -PTH = "pth" -PTH_libc-uclibc = "npth" - -inherit autotools gettext texinfo pkgconfig - -SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ - file://pkgconfig.patch" - -SRC_URI[md5sum] = "ee22e7b4fdbfcb50229c2e6db6db291e" -SRC_URI[sha256sum] = "437d0ab259854359fc48aa8795af80cff4975e559c111c92c03d0bc91408e251" - -EXTRA_OECONF = "--disable-ldap \ - --disable-ccid-driver \ - --without-libcurl \ - --with-zlib=${STAGING_LIBDIR}/.. \ - --with-bzip2=${STAGING_LIBDIR}/.. \ - --with-readline=${STAGING_LIBDIR}/.. \ - " - -do_configure_prepend () { - # Else these could be used in prefernce to those in aclocal-copy - rm -f ${S}/m4/gpg-error.m4 - rm -f ${S}/m4/libassuan.m4 - rm -f ${S}/m4/ksba.m4 - rm -f ${S}/m4/libgcrypt.m4 -} - -do_install_append() { - ln -sf gpg2 ${D}${bindir}/gpg - ln -sf gpgv2 ${D}${bindir}/gpgv -} diff --git a/meta/recipes-support/gnupg/gnupg_2.0.23.bb b/meta/recipes-support/gnupg/gnupg_2.0.23.bb new file mode 100644 index 0000000000..30414f943c --- /dev/null +++ b/meta/recipes-support/gnupg/gnupg_2.0.23.bb @@ -0,0 +1,38 @@ +SUMMARY = "GNU Privacy Guard - encryption and signing tools (2.x)" +HOMEPAGE = "http://www.gnupg.org/" +LICENSE = "GPLv3 & LGPLv3" +LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ + file://COPYING.LIB;md5=6a6a8e020838b23406c81b19c1d46df6" + +DEPENDS = "${PTH} libassuan libksba zlib bzip2 readline libgcrypt" +PTH = "pth" +PTH_libc-uclibc = "npth" + +inherit autotools gettext texinfo pkgconfig + +SRC_URI = "ftp://ftp.gnupg.org/gcrypt/${BPN}/${BPN}-${PV}.tar.bz2 \ + file://pkgconfig.patch" + +SRC_URI[md5sum] = "1c30b3aa1f99f17b4988e1ab616355d4" +SRC_URI[sha256sum] = "cf196b8056eafb4236f000a3e12543e0022a1fec4d6edff1b91b48936c109841" + +EXTRA_OECONF = "--disable-ldap \ + --disable-ccid-driver \ + --without-libcurl \ + --with-zlib=${STAGING_LIBDIR}/.. \ + --with-bzip2=${STAGING_LIBDIR}/.. \ + --with-readline=${STAGING_LIBDIR}/.. \ + " + +do_configure_prepend () { + # Else these could be used in prefernce to those in aclocal-copy + rm -f ${S}/m4/gpg-error.m4 + rm -f ${S}/m4/libassuan.m4 + rm -f ${S}/m4/ksba.m4 + rm -f ${S}/m4/libgcrypt.m4 +} + +do_install_append() { + ln -sf gpg2 ${D}${bindir}/gpg + ln -sf gpgv2 ${D}${bindir}/gpgv +} -- cgit 1.2.3-korg