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-support/openct | |
| 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-support/openct')
| -rw-r--r-- | meta-oe/recipes-support/openct/openct_0.6.20.bb | 8 |
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+" | |||
| 26 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" | 26 | LIC_FILES_CHKSUM = "file://LGPL-2.1;md5=2d5025d4aa3495befef8f17206a5b0a1" |
| 27 | 27 | ||
| 28 | inherit systemd | 28 | inherit systemd |
| 29 | SYSTEMD_SERVICE_${PN} += "openct.service " | 29 | SYSTEMD_SERVICE:${PN} += "openct.service " |
| 30 | SYSTEMD_AUTO_ENABLE = "enable" | 30 | SYSTEMD_AUTO_ENABLE = "enable" |
| 31 | 31 | ||
| 32 | EXTRA_OECONF=" \ | 32 | EXTRA_OECONF=" \ |
| @@ -41,19 +41,19 @@ EXTRA_OECONF=" \ | |||
| 41 | 41 | ||
| 42 | inherit autotools pkgconfig | 42 | inherit autotools pkgconfig |
| 43 | 43 | ||
| 44 | FILES_${PN} += " \ | 44 | FILES:${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 | ||
| 51 | FILES_${PN}-dbg += " \ | 51 | FILES:${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 | ||
| 56 | INSANE_SKIP_${PN} += "dev-deps" | 56 | INSANE_SKIP:${PN} += "dev-deps" |
| 57 | 57 | ||
| 58 | do_install[cleandirs] += "${D}" | 58 | do_install[cleandirs] += "${D}" |
| 59 | 59 | ||
