mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-06 16:58:24 +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:
@@ -10,13 +10,13 @@ DEPENDS += "${PYTHON_PN}-pytest-runner-native"
|
||||
inherit pypi setuptools3
|
||||
|
||||
PACKAGES =+ "${PN}-cli"
|
||||
FILES_${PN}-cli += " \
|
||||
FILES:${PN}-cli += " \
|
||||
${PYTHON_SITEPACKAGES_DIR}/chardet/cli \
|
||||
"
|
||||
|
||||
RDEPENDS_${PN}-cli = "${PN} "
|
||||
RDEPENDS:${PN}-cli = "${PN} "
|
||||
|
||||
RDEPENDS_${PN}_class-target += " \
|
||||
RDEPENDS:${PN}:class-target += " \
|
||||
${PYTHON_PN}-logging \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user