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-core/packagegroups | |
| 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-core/packagegroups')
| -rw-r--r-- | meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb index 063b6e4f2c..c2a80aa1c6 100644 --- a/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb +++ b/meta-python/recipes-core/packagegroups/packagegroup-meta-python.bb | |||
| @@ -9,8 +9,8 @@ PACKAGES = ' \ | |||
| 9 | 9 | ||
| 10 | # Note that python3-cvxopt requires Fortran support. To enable this, | 10 | # Note that python3-cvxopt requires Fortran support. To enable this, |
| 11 | # add the following to your local.conf: | 11 | # add the following to your local.conf: |
| 12 | # FORTRAN_forcevariable = ",fortran" | 12 | # FORTRAN:forcevariable = ",fortran" |
| 13 | RDEPENDS_packagegroup-meta-python3 = "\ | 13 | RDEPENDS:packagegroup-meta-python3 = "\ |
| 14 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ | 14 | ${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \ |
| 15 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ | 15 | ${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \ |
| 16 | gyp \ | 16 | gyp \ |
| @@ -465,9 +465,9 @@ RDEPENDS_packagegroup-meta-python3 = "\ | |||
| 465 | python3-zopeinterface \ | 465 | python3-zopeinterface \ |
| 466 | telepathy-python3 \ | 466 | telepathy-python3 \ |
| 467 | " | 467 | " |
| 468 | RDEPENDS_packagegroup-meta-python3_remove_libc-musl_powerpc64le = "python3-grpcio python3-grpcio-tools" | 468 | RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools" |
| 469 | 469 | ||
| 470 | RDEPENDS_packagegroup-meta-python3-ptest = "\ | 470 | RDEPENDS:packagegroup-meta-python3-ptest = "\ |
| 471 | python3-cryptography-ptest \ | 471 | python3-cryptography-ptest \ |
| 472 | python3-jinja2-ptest \ | 472 | python3-jinja2-ptest \ |
| 473 | python3-markupsafe-ptest \ | 473 | python3-markupsafe-ptest \ |
