summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-support/openct
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-support/openct
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-support/openct')
-rw-r--r--meta-oe/recipes-support/openct/openct_0.6.20.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-oe/recipes-support/openct/openct_0.6.20.bb b/meta-oe/recipes-support/openct/openct_0.6.20.bb
index 3dae8b33ca..075373563c 100644
--- a/meta-oe/recipes-support/openct/openct_0.6.20.bb
+++ b/meta-oe/recipes-support/openct/openct_0.6.20.bb
@@ -26,7 +26,7 @@ LICENSE = "LGPLv2+"
26LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" 26LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1"
27 27
28inherit systemd 28inherit systemd
29SYSTEMD_SERVICE_${PN} += "openct.service " 29SYSTEMD_SERVICE:${PN} += "openct.service "
30SYSTEMD_AUTO_ENABLE = "enable" 30SYSTEMD_AUTO_ENABLE = "enable"
31 31
32EXTRA_OECONF=" \ 32EXTRA_OECONF=" \
@@ -41,19 +41,19 @@ EXTRA_OECONF=" \
41 41
42inherit autotools pkgconfig 42inherit autotools pkgconfig
43 43
44FILES_${PN} += " \ 44FILES:${PN} += " \
45 ${libdir}/ctapi \ 45 ${libdir}/ctapi \
46 ${nonarch_libdir}/udev \ 46 ${nonarch_libdir}/udev \
47 ${libdir}/openct-ifd.so \ 47 ${libdir}/openct-ifd.so \
48 ${libdir}/pcsc \ 48 ${libdir}/pcsc \
49" 49"
50 50
51FILES_${PN}-dbg += " \ 51FILES:${PN}-dbg += " \
52 ${libdir}/ctapi/.debug \ 52 ${libdir}/ctapi/.debug \
53 ${libdir}/pcsc/drivers/openct-ifd.bundle/Contents/Linux/.debug \ 53 ${libdir}/pcsc/drivers/openct-ifd.bundle/Contents/Linux/.debug \
54" 54"
55 55
56INSANE_SKIP_${PN} += "dev-deps" 56INSANE_SKIP:${PN} += "dev-deps"
57 57
58do_install[cleandirs] += "${D}" 58do_install[cleandirs] += "${D}"
59 59