summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-extended/libidn/libidn_1.36.bb
diff options
context:
space:
mode:
authorMartin Jansa <Martin.Jansa@gmail.com>2021-07-29 17:04:53 +0200
committerKhem Raj <raj.khem@gmail.com>2021-08-03 10:21:25 -0700
commitc61dc077bbd81260e4f167fa2251643ba0ba6974 (patch)
tree66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-oe/recipes-extended/libidn/libidn_1.36.bb
parentc5f7cfb8db54cfa4257797db5bd87828dea43296 (diff)
downloadmeta-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.bb8
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
27PACKAGES =+ "idn" 27PACKAGES =+ "idn"
28FILES_idn = "${bindir}/*" 28FILES:idn = "${bindir}/*"
29 29
30LICENSE_${PN} = "LGPLv2.1+ | LGPLv3" 30LICENSE:${PN} = "LGPLv2.1+ | LGPLv3"
31LICENSE_idn = "GPLv3+" 31LICENSE:idn = "GPLv3+"
32 32
33EXTRA_OECONF = "--disable-csharp" 33EXTRA_OECONF = "--disable-csharp"
34 34
35do_install_append() { 35do_install:append() {
36 rm -rf ${D}${datadir}/emacs 36 rm -rf ${D}${datadir}/emacs
37} 37}
38 38