mirror of
https://github.com/openembedded/meta-openembedded.git
synced 2026-05-07 17:19:23 +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:
@@ -8,11 +8,11 @@ SRC_URI[sha256sum] = "467fbad99067910785144ce333826c71fb0e63a425657295239737f7ec
|
||||
inherit pypi setuptools3
|
||||
|
||||
# Remove bundled egg-info
|
||||
do_compile_prepend() {
|
||||
do_compile:prepend() {
|
||||
rm -rf ${S}/idna.egg-info
|
||||
}
|
||||
|
||||
RDEPENDS_${PN}_class-target = "\
|
||||
RDEPENDS:${PN}:class-target = "\
|
||||
${PYTHON_PN}-codecs \
|
||||
"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user