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/libgcrypt | |
| 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/libgcrypt')
| -rw-r--r-- | meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb b/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb index fd3d8e09f2..dee936dbc4 100644 --- a/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb +++ b/meta/recipes-support/libgcrypt/libgcrypt_1.9.3.bb | |||
| @@ -8,9 +8,9 @@ SECTION = "libs" | |||
| 8 | 8 | ||
| 9 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL | 9 | # helper program gcryptrnd and getrandom are under GPL, rest LGPL |
| 10 | LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+" | 10 | LICENSE = "GPLv2+ & LGPLv2.1+ & GPLv3+" |
| 11 | LICENSE_${PN} = "LGPLv2.1+" | 11 | LICENSE:${PN} = "LGPLv2.1+" |
| 12 | LICENSE_${PN}-dev = "GPLv2+ & LGPLv2.1+" | 12 | LICENSE:${PN}-dev = "GPLv2+ & LGPLv2.1+" |
| 13 | LICENSE_dumpsexp-dev = "GPLv3+" | 13 | LICENSE:dumpsexp-dev = "GPLv3+" |
| 14 | 14 | ||
| 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ | 15 | LIC_FILES_CHKSUM = "file://COPYING;md5=94d55d512a9ba36caa9b7df079bae19f \ |
| 16 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ | 16 | file://COPYING.LIB;md5=bbb461211a33b134d42ed5ee802b37ff \ |
| @@ -37,25 +37,25 @@ BINCONFIG = "${bindir}/libgcrypt-config" | |||
| 37 | inherit autotools texinfo binconfig-disabled pkgconfig | 37 | inherit autotools texinfo binconfig-disabled pkgconfig |
| 38 | 38 | ||
| 39 | EXTRA_OECONF = "--disable-asm" | 39 | EXTRA_OECONF = "--disable-asm" |
| 40 | EXTRA_OEMAKE_class-target = "LIBTOOLFLAGS='--tag=CC'" | 40 | EXTRA_OEMAKE:class-target = "LIBTOOLFLAGS='--tag=CC'" |
| 41 | 41 | ||
| 42 | PACKAGECONFIG ??= "capabilities" | 42 | PACKAGECONFIG ??= "capabilities" |
| 43 | PACKAGECONFIG[capabilities] = "--with-capabilities,--without-capabilities,libcap" | 43 | PACKAGECONFIG[capabilities] = "--with-capabilities,--without-capabilities,libcap" |
| 44 | 44 | ||
| 45 | do_configure_prepend () { | 45 | do_configure:prepend () { |
| 46 | # Else this could be used in preference to the one in aclocal-copy | 46 | # Else this could be used in preference to the one in aclocal-copy |
| 47 | rm -f ${S}/m4/gpg-error.m4 | 47 | rm -f ${S}/m4/gpg-error.m4 |
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | # libgcrypt.pc is added locally and thus installed here | 50 | # libgcrypt.pc is added locally and thus installed here |
| 51 | do_install_append() { | 51 | do_install:append() { |
| 52 | install -d ${D}/${libdir}/pkgconfig | 52 | install -d ${D}/${libdir}/pkgconfig |
| 53 | install -m 0644 ${B}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/ | 53 | install -m 0644 ${B}/src/libgcrypt.pc ${D}/${libdir}/pkgconfig/ |
| 54 | } | 54 | } |
| 55 | 55 | ||
| 56 | PACKAGES =+ "dumpsexp-dev" | 56 | PACKAGES =+ "dumpsexp-dev" |
| 57 | 57 | ||
| 58 | FILES_${PN}-dev += "${bindir}/hmac256" | 58 | FILES:${PN}-dev += "${bindir}/hmac256" |
| 59 | FILES_dumpsexp-dev += "${bindir}/dumpsexp" | 59 | FILES:dumpsexp-dev += "${bindir}/dumpsexp" |
| 60 | 60 | ||
| 61 | BBCLASSEXTEND = "native nativesdk" | 61 | BBCLASSEXTEND = "native nativesdk" |
