mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-01 15:18:26 +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:
@@ -13,10 +13,10 @@ SRC_URI += "file://0001-setup.py-Do-not-mix-C-and-C-compiler-options.patch"
|
||||
|
||||
SRC_URI[sha256sum] = "cd85f58038b92e1961f8127d79691e84e151390d35cae73c4c0cbe2042f76b77"
|
||||
|
||||
RDEPENDS_${PN} = "${PYTHON_PN}-grpcio"
|
||||
RDEPENDS:${PN} = "${PYTHON_PN}-grpcio"
|
||||
|
||||
BBCLASSEXTEND = "native nativesdk"
|
||||
|
||||
# Needs abseil-cpp which does not build for ppc64le/musl
|
||||
COMPATIBLE_HOST_libc-musl_powerpc64le = "null"
|
||||
COMPATIBLE_HOST:libc-musl:powerpc64le = "null"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user