mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-04-27 01:48:19 +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:
@@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "ad5925c814bfe79497b43df096e3bb52c166d1577f7aff160137301676
|
||||
|
||||
inherit pypi setuptools3 ptest
|
||||
|
||||
RDEPENDS_${PN}-ptest += " \
|
||||
RDEPENDS:${PN}-ptest += " \
|
||||
${PYTHON_PN}-pytest \
|
||||
${PYTHON_PN}-mock \
|
||||
"
|
||||
@@ -26,4 +26,4 @@ do_install_ptest() {
|
||||
|
||||
DEPENDS += "python3-nose-native"
|
||||
|
||||
RDEPENDS_${PN} += "python3-six"
|
||||
RDEPENDS:${PN} += "python3-six"
|
||||
|
||||
Reference in New Issue
Block a user