From 2b119c05923e5ecf0338b4ddade07944b13743d1 Mon Sep 17 00:00:00 2001 From: "Maxin B. John" Date: Wed, 27 Jul 2016 16:02:56 +0300 Subject: libassuan: upgrade to 2.4.3 2.4.2 -> 2.4.3 Signed-off-by: Maxin B. John Signed-off-by: Ross Burton --- meta/recipes-support/libassuan/libassuan_2.4.2.bb | 31 ----------------------- meta/recipes-support/libassuan/libassuan_2.4.3.bb | 31 +++++++++++++++++++++++ 2 files changed, 31 insertions(+), 31 deletions(-) delete mode 100644 meta/recipes-support/libassuan/libassuan_2.4.2.bb create mode 100644 meta/recipes-support/libassuan/libassuan_2.4.3.bb diff --git a/meta/recipes-support/libassuan/libassuan_2.4.2.bb b/meta/recipes-support/libassuan/libassuan_2.4.2.bb deleted file mode 100644 index 92ec5c0447..0000000000 --- a/meta/recipes-support/libassuan/libassuan_2.4.2.bb +++ /dev/null @@ -1,31 +0,0 @@ -SUMMARY = "IPC library used by GnuPG and GPGME" -HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/" -BUGTRACKER = "https://bugs.g10code.com/gnupg/index" - -LICENSE = "GPLv3+ & LGPLv2.1+" -LICENSE_${PN} = "LGPLv2.1+" -LICENSE_${PN}-doc = "GPLv3+" -LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ - file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ - file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \ - file://src/assuan-defs.h;endline=20;md5=20cd55535260ca1779edae5c7b80b21e" - -DEPENDS = "libgpg-error" - -UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" -SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \ - file://libassuan-add-pkgconfig-support.patch" - -SRC_URI[md5sum] = "70151995c2330ae1261c0a7ca34cf478" -SRC_URI[sha256sum] = "bb06dc81380b74bf1b64d5849be5c0409a336f3b4c45f20ac688e86d1b5bcb20" - -BINCONFIG = "${bindir}/libassuan-config" - -inherit autotools texinfo binconfig-disabled pkgconfig - -do_configure_prepend () { - # Else these could be used in preference to those in aclocal-copy - rm -f ${S}/m4/*.m4 -} - -BBCLASSEXTEND = "native" diff --git a/meta/recipes-support/libassuan/libassuan_2.4.3.bb b/meta/recipes-support/libassuan/libassuan_2.4.3.bb new file mode 100644 index 0000000000..1b3916d734 --- /dev/null +++ b/meta/recipes-support/libassuan/libassuan_2.4.3.bb @@ -0,0 +1,31 @@ +SUMMARY = "IPC library used by GnuPG and GPGME" +HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/" +BUGTRACKER = "https://bugs.g10code.com/gnupg/index" + +LICENSE = "GPLv3+ & LGPLv2.1+" +LICENSE_${PN} = "LGPLv2.1+" +LICENSE_${PN}-doc = "GPLv3+" +LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ + file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ + file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \ + file://src/assuan-defs.h;endline=20;md5=20cd55535260ca1779edae5c7b80b21e" + +DEPENDS = "libgpg-error" + +UPSTREAM_CHECK_URI = "https://gnupg.org/download/index.html" +SRC_URI = "${GNUPG_MIRROR}/libassuan/libassuan-${PV}.tar.bz2 \ + file://libassuan-add-pkgconfig-support.patch" + +SRC_URI[md5sum] = "8e01a7c72d3e5d154481230668e6eb5a" +SRC_URI[sha256sum] = "22843a3bdb256f59be49842abf24da76700354293a066d82ade8134bb5aa2b71" + +BINCONFIG = "${bindir}/libassuan-config" + +inherit autotools texinfo binconfig-disabled pkgconfig + +do_configure_prepend () { + # Else these could be used in preference to those in aclocal-copy + rm -f ${S}/m4/*.m4 +} + +BBCLASSEXTEND = "native" -- cgit 1.2.3-korg