mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-06-10 16:40:03 +00:00
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>
This commit is contained in:
@@ -9,8 +9,8 @@ PACKAGES = ' \
|
||||
|
||||
# Note that python3-cvxopt requires Fortran support. To enable this,
|
||||
# add the following to your local.conf:
|
||||
# FORTRAN_forcevariable = ",fortran"
|
||||
RDEPENDS_packagegroup-meta-python3 = "\
|
||||
# FORTRAN:forcevariable = ",fortran"
|
||||
RDEPENDS:packagegroup-meta-python3 = "\
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "systemd", "python3-systemd", "", d)} \
|
||||
${@bb.utils.contains("DISTRO_FEATURES", "x11", "python3-blivetgui", "", d)} \
|
||||
gyp \
|
||||
@@ -465,9 +465,9 @@ RDEPENDS_packagegroup-meta-python3 = "\
|
||||
python3-zopeinterface \
|
||||
telepathy-python3 \
|
||||
"
|
||||
RDEPENDS_packagegroup-meta-python3_remove_libc-musl_powerpc64le = "python3-grpcio python3-grpcio-tools"
|
||||
RDEPENDS:packagegroup-meta-python3:remove:libc-musl:powerpc64le = "python3-grpcio python3-grpcio-tools"
|
||||
|
||||
RDEPENDS_packagegroup-meta-python3-ptest = "\
|
||||
RDEPENDS:packagegroup-meta-python3-ptest = "\
|
||||
python3-cryptography-ptest \
|
||||
python3-jinja2-ptest \
|
||||
python3-markupsafe-ptest \
|
||||
|
||||
Reference in New Issue
Block a user