diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/libidn/libidn_1.36.bb | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
Convert to new override syntax
This is the result of automated script (0.9.1) conversion:
oe-core/scripts/contrib/convert-overrides.py .
converting the metadata to use ":" as the override character instead of "_".
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Diffstat (limited to 'meta-oe/recipes-extended/libidn/libidn_1.36.bb')
-rw-r--r-- | meta-oe/recipes-extended/libidn/libidn_1.36.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-extended/libidn/libidn_1.36.bb b/meta-oe/recipes-extended/libidn/libidn_1.36.bb index 4c6c8fde4..addc57e41 100644 --- a/meta-oe/recipes-extended/libidn/libidn_1.36.bb +++ b/meta-oe/recipes-extended/libidn/libidn_1.36.bb | |||
@@ -25,14 +25,14 @@ SRC_URI[sha256sum] = "14b67108344d81ba844631640df77c9071d9fb0659b080326ff5424e86 | |||
25 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3 | 25 | # command tool is under GPLv3+, while libidn itself is under LGPLv2.1+ or LGPLv3 |
26 | # so package command into a separate package | 26 | # so package command into a separate package |
27 | PACKAGES =+ "idn" | 27 | PACKAGES =+ "idn" |
28 | FILES_idn = "${bindir}/*" | 28 | FILES:idn = "${bindir}/*" |
29 | 29 | ||
30 | LICENSE_${PN} = "LGPLv2.1+ | LGPLv3" | 30 | LICENSE:${PN} = "LGPLv2.1+ | LGPLv3" |
31 | LICENSE_idn = "GPLv3+" | 31 | LICENSE:idn = "GPLv3+" |
32 | 32 | ||
33 | EXTRA_OECONF = "--disable-csharp" | 33 | EXTRA_OECONF = "--disable-csharp" |
34 | 34 | ||
35 | do_install_append() { | 35 | do_install:append() { |
36 | rm -rf ${D}${datadir}/emacs | 36 | rm -rf ${D}${datadir}/emacs |
37 | } | 37 | } |
38 | 38 | ||