diff options
Diffstat (limited to 'meta')
-rw-r--r-- | meta/recipes-support/libassuan/libassuan_2.4.2.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.4.2.bb b/meta/recipes-support/libassuan/libassuan_2.4.2.bb index 57eab38570..f376d631ed 100644 --- a/meta/recipes-support/libassuan/libassuan_2.4.2.bb +++ b/meta/recipes-support/libassuan/libassuan_2.4.2.bb | |||
@@ -2,7 +2,9 @@ SUMMARY = "IPC library used by GnuPG and GPGME" | |||
2 | HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/" | 2 | HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/" |
3 | BUGTRACKER = "https://bugs.g10code.com/gnupg/index" | 3 | BUGTRACKER = "https://bugs.g10code.com/gnupg/index" |
4 | 4 | ||
5 | LICENSE = "GPLv3 & LGPLv2.1+" | 5 | LICENSE = "GPLv3+ & LGPLv2.1+" |
6 | LICENSE_${PN} = "LGPLv2.1+" | ||
7 | LICENSE_${PN}-doc = "GPLv3+" | ||
6 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 8 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
7 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 9 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
8 | file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \ | 10 | file://src/assuan.c;endline=20;md5=0f465544183405055ec179869fc5b5ba \ |
@@ -21,7 +23,7 @@ BINCONFIG = "${bindir}/libassuan-config" | |||
21 | inherit autotools texinfo binconfig-disabled pkgconfig | 23 | inherit autotools texinfo binconfig-disabled pkgconfig |
22 | 24 | ||
23 | do_configure_prepend () { | 25 | do_configure_prepend () { |
24 | # Else these could be used in prefernce to those in aclocal-copy | 26 | # Else these could be used in preference to those in aclocal-copy |
25 | rm -f ${S}/m4/*.m4 | 27 | rm -f ${S}/m4/*.m4 |
26 | } | 28 | } |
27 | 29 | ||