diff options
author | Martin Jansa <Martin.Jansa@gmail.com> | 2021-07-29 17:04:53 +0200 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2021-08-03 10:21:25 -0700 |
commit | c61dc077bbd81260e4f167fa2251643ba0ba6974 (patch) | |
tree | 66c3243f8f64ae60f66f70a16e8128c247254a65 /meta-python/recipes-devtools/python/python-pyasn1.inc | |
parent | c5f7cfb8db54cfa4257797db5bd87828dea43296 (diff) | |
download | meta-openembedded-c61dc077bbd81260e4f167fa2251643ba0ba6974.tar.gz |
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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python-pyasn1.inc')
-rw-r--r-- | meta-python/recipes-devtools/python/python-pyasn1.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/meta-python/recipes-devtools/python/python-pyasn1.inc b/meta-python/recipes-devtools/python/python-pyasn1.inc index d9557646a0..6cbed0fcd5 100644 --- a/meta-python/recipes-devtools/python/python-pyasn1.inc +++ b/meta-python/recipes-devtools/python/python-pyasn1.inc | |||
@@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE.rst;md5=a14482d15c2249de3b6f0e8a47e021fd" | |||
6 | SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54" | 6 | SRC_URI[md5sum] = "dffae4ff9f997a83324b3f33fe62be54" |
7 | SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" | 7 | SRC_URI[sha256sum] = "aef77c9fb94a3ac588e87841208bdec464471d9871bd5050a287cc9a475cd0ba" |
8 | 8 | ||
9 | RDEPENDS_${PN}_class-target += " \ | 9 | RDEPENDS:${PN}:class-target += " \ |
10 | ${PYTHON_PN}-codecs \ | 10 | ${PYTHON_PN}-codecs \ |
11 | ${PYTHON_PN}-logging \ | 11 | ${PYTHON_PN}-logging \ |
12 | ${PYTHON_PN}-math \ | 12 | ${PYTHON_PN}-math \ |
@@ -21,7 +21,7 @@ SRC_URI += " \ | |||
21 | file://run-ptest \ | 21 | file://run-ptest \ |
22 | " | 22 | " |
23 | 23 | ||
24 | RDEPENDS_${PN}-ptest += " \ | 24 | RDEPENDS:${PN}-ptest += " \ |
25 | ${PYTHON_PN}-pytest \ | 25 | ${PYTHON_PN}-pytest \ |
26 | " | 26 | " |
27 | 27 | ||