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/linuxconsole | |
| 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/linuxconsole')
| -rw-r--r-- | meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb index fb161b6583..504176d632 100644 --- a/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb +++ b/meta-oe/recipes-extended/linuxconsole/linuxconsole_1.7.0.bb | |||
| @@ -28,8 +28,8 @@ EXTRA_OEMAKE = "DESTDIR=${D} PREFIX=${prefix} -C utils" | |||
| 28 | EXTRA_OEMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'SYSTEMD_SUPPORT=1', '', d)}" | 28 | EXTRA_OEMAKE += "${@bb.utils.contains('DISTRO_FEATURES', 'systemd', 'SYSTEMD_SUPPORT=1', '', d)}" |
| 29 | 29 | ||
| 30 | SYSTEMD_PACKAGES += "inputattach" | 30 | SYSTEMD_PACKAGES += "inputattach" |
| 31 | SYSTEMD_SERVICE_inputattach = "inputattach.service" | 31 | SYSTEMD_SERVICE:inputattach = "inputattach.service" |
| 32 | SYSTEMD_AUTO_ENABLE_inputattach = "enable" | 32 | SYSTEMD_AUTO_ENABLE:inputattach = "enable" |
| 33 | 33 | ||
| 34 | PROVIDES += "joystick" | 34 | PROVIDES += "joystick" |
| 35 | 35 | ||
| @@ -60,15 +60,15 @@ PACKAGES += "inputattach joystick-jscal joystick" | |||
| 60 | 60 | ||
| 61 | # We won't package any file here as we are following the same packaging schema | 61 | # We won't package any file here as we are following the same packaging schema |
| 62 | # Debian does and we are splitting it in 'inputattach' and 'joystick' packages. | 62 | # Debian does and we are splitting it in 'inputattach' and 'joystick' packages. |
| 63 | FILES_${PN} = "" | 63 | FILES:${PN} = "" |
| 64 | 64 | ||
| 65 | FILES_inputattach += "\ | 65 | FILES:inputattach += "\ |
| 66 | ${bindir}/inputattach \ | 66 | ${bindir}/inputattach \ |
| 67 | ${bindir}/inputattachctl \ | 67 | ${bindir}/inputattachctl \ |
| 68 | ${systemd_system_unitdir}/inputattach.service \ | 68 | ${systemd_system_unitdir}/inputattach.service \ |
| 69 | " | 69 | " |
| 70 | 70 | ||
| 71 | FILES_joystick += "\ | 71 | FILES:joystick += "\ |
| 72 | ${bindir}/evdev-joystick \ | 72 | ${bindir}/evdev-joystick \ |
| 73 | ${bindir}/ffcfstress \ | 73 | ${bindir}/ffcfstress \ |
| 74 | ${bindir}/ffmvforce \ | 74 | ${bindir}/ffmvforce \ |
| @@ -81,16 +81,16 @@ FILES_joystick += "\ | |||
| 81 | ${nonarch_base_libdir}/udev/rules.d/80-stelladaptor-joystick.rules \ | 81 | ${nonarch_base_libdir}/udev/rules.d/80-stelladaptor-joystick.rules \ |
| 82 | " | 82 | " |
| 83 | 83 | ||
| 84 | FILES_joystick-jscal = " \ | 84 | FILES:joystick-jscal = " \ |
| 85 | ${datadir}/joystick \ | 85 | ${datadir}/joystick \ |
| 86 | ${bindir}/jscal \ | 86 | ${bindir}/jscal \ |
| 87 | ${bindir}/jscal-restore \ | 87 | ${bindir}/jscal-restore \ |
| 88 | ${bindir}/jscal-store \ | 88 | ${bindir}/jscal-store \ |
| 89 | " | 89 | " |
| 90 | 90 | ||
| 91 | RDEPENDS_inputattach += "inputattach-config" | 91 | RDEPENDS:inputattach += "inputattach-config" |
| 92 | 92 | ||
| 93 | RDEPENDS_joystick-jscal += "\ | 93 | RDEPENDS:joystick-jscal += "\ |
| 94 | bash \ | 94 | bash \ |
| 95 | gawk \ | 95 | gawk \ |
| 96 | " | 96 | " |
