diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-support/libassuan | |
parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-support/libassuan')
-rw-r--r-- | meta/recipes-support/libassuan/libassuan_2.5.5.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-support/libassuan/libassuan_2.5.5.bb b/meta/recipes-support/libassuan/libassuan_2.5.5.bb index 3d12ea09e8..2d78911c65 100644 --- a/meta/recipes-support/libassuan/libassuan_2.5.5.bb +++ b/meta/recipes-support/libassuan/libassuan_2.5.5.bb | |||
@@ -6,8 +6,8 @@ HOMEPAGE = "http://www.gnupg.org/related_software/libassuan/" | |||
6 | BUGTRACKER = "https://bugs.g10code.com/gnupg/index" | 6 | BUGTRACKER = "https://bugs.g10code.com/gnupg/index" |
7 | 7 | ||
8 | LICENSE = "GPLv3+ & LGPLv2.1+" | 8 | LICENSE = "GPLv3+ & LGPLv2.1+" |
9 | LICENSE_${PN} = "LGPLv2.1+" | 9 | LICENSE:${PN} = "LGPLv2.1+" |
10 | LICENSE_${PN}-doc = "GPLv3+" | 10 | LICENSE:${PN}-doc = "GPLv3+" |
11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ | 11 | LIC_FILES_CHKSUM = "file://COPYING;md5=f27defe1e96c2e1ecd4e0c9be8967949 \ |
12 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | 12 | file://COPYING.LIB;md5=2d5025d4aa3495befef8f17206a5b0a1 \ |
13 | file://src/assuan.c;endline=20;md5=ab92143a5a2adabd06d7994d1467ea5c\ | 13 | file://src/assuan.c;endline=20;md5=ab92143a5a2adabd06d7994d1467ea5c\ |
@@ -26,12 +26,12 @@ BINCONFIG = "${bindir}/libassuan-config" | |||
26 | 26 | ||
27 | inherit autotools texinfo binconfig-disabled pkgconfig multilib_header | 27 | inherit autotools texinfo binconfig-disabled pkgconfig multilib_header |
28 | 28 | ||
29 | do_configure_prepend () { | 29 | do_configure:prepend () { |
30 | # Else these could be used in preference to those in aclocal-copy | 30 | # Else these could be used in preference to those in aclocal-copy |
31 | rm -f ${S}/m4/*.m4 | 31 | rm -f ${S}/m4/*.m4 |
32 | } | 32 | } |
33 | 33 | ||
34 | do_install_append () { | 34 | do_install:append () { |
35 | oe_multilib_header assuan.h | 35 | oe_multilib_header assuan.h |
36 | } | 36 | } |
37 | 37 | ||