summaryrefslogtreecommitdiff
path: root/yocto-poky/meta/recipes-support/libassuan
diff options
context:
space:
mode:
Diffstat (limited to 'yocto-poky/meta/recipes-support/libassuan')
-rw-r--r--yocto-poky/meta/recipes-support/libassuan/libassuan_2.4.2.bb (renamed from yocto-poky/meta/recipes-support/libassuan/libassuan_2.2.1.bb)10
1 files changed, 6 insertions, 4 deletions
diff --git a/yocto-poky/meta/recipes-support/libassuan/libassuan_2.2.1.bb b/yocto-poky/meta/recipes-support/libassuan/libassuan_2.4.2.bb
index 75ae43f02..f376d631e 100644
--- a/yocto-poky/meta/recipes-support/libassuan/libassuan_2.2.1.bb
+++ b/yocto-poky/meta/recipes-support/libassuan/libassuan_2.4.2.bb
@@ -2,7 +2,9 @@ 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 = "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 \
@@ -13,15 +15,15 @@ DEPENDS = "libgpg-error"
SRC_URI = "ftp://ftp.gnupg.org/gcrypt/libassuan/libassuan-${PV}.tar.bz2 \
file://libassuan-add-pkgconfig-support.patch"
-SRC_URI[md5sum] = "6290e750ee87be3bfd9579fc44c6a186"
-SRC_URI[sha256sum] = "949285bb79345362cb72a40c798defefc007031c60f2f10251720bf60a9de2de"
+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 prefernce to those in aclocal-copy
+ # Else these could be used in preference to those in aclocal-copy
rm -f ${S}/m4/*.m4
}