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-python/recipes-extended/python-blivet | |
| 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-python/recipes-extended/python-blivet')
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | 6 | ||||
| -rw-r--r-- | meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb index 2b5b253b5d..204793759d 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivet_3.1.4.bb | |||
| @@ -30,17 +30,17 @@ REQUIRED_DISTRO_FEATURES = "systemd" | |||
| 30 | 30 | ||
| 31 | inherit setuptools3 python3native | 31 | inherit setuptools3 python3native |
| 32 | 32 | ||
| 33 | RDEPENDS_${PN} += "python3-pykickstart python3-pyudev \ | 33 | RDEPENDS:${PN} += "python3-pykickstart python3-pyudev \ |
| 34 | parted python3-pyparted multipath-tools \ | 34 | parted python3-pyparted multipath-tools \ |
| 35 | lsof cryptsetup libblockdev \ | 35 | lsof cryptsetup libblockdev \ |
| 36 | libbytesize \ | 36 | libbytesize \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | FILES_${PN} += " \ | 39 | FILES:${PN} += " \ |
| 40 | ${datadir}/dbus-1/system-services \ | 40 | ${datadir}/dbus-1/system-services \ |
| 41 | " | 41 | " |
| 42 | 42 | ||
| 43 | inherit systemd | 43 | inherit systemd |
| 44 | 44 | ||
| 45 | SYSTEMD_AUTO_ENABLE = "disable" | 45 | SYSTEMD_AUTO_ENABLE = "disable" |
| 46 | SYSTEMD_SERVICE_${PN} = "blivet.service" | 46 | SYSTEMD_SERVICE:${PN} = "blivet.service" |
diff --git a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb index 92402bee56..4f5856d1b2 100644 --- a/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb +++ b/meta-python/recipes-extended/python-blivet/python3-blivetgui_2.1.10.bb | |||
| @@ -18,11 +18,11 @@ REQUIRED_DISTRO_FEATURES = "x11 systemd" | |||
| 18 | 18 | ||
| 19 | inherit setuptools3 python3native | 19 | inherit setuptools3 python3native |
| 20 | 20 | ||
| 21 | RDEPENDS_${PN} = "python3-pygobject python3 \ | 21 | RDEPENDS:${PN} = "python3-pygobject python3 \ |
| 22 | python3-blivet gtk+3 \ | 22 | python3-blivet gtk+3 \ |
| 23 | python3-pid libreport \ | 23 | python3-pid libreport \ |
| 24 | " | 24 | " |
| 25 | 25 | ||
| 26 | FILES_${PN} += " \ | 26 | FILES:${PN} += " \ |
| 27 | ${datadir}/* \ | 27 | ${datadir}/* \ |
| 28 | " | 28 | " |
