diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-07-28 23:28:15 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-08-02 15:44:10 +0100 |
| commit | bb6ddc3691ab04162ec5fd69a2d5e7876713fd15 (patch) | |
| tree | 76e376b01253c3aace1a98a5021bcaad3c92e861 /meta/recipes-devtools/python/python3-setuptools_57.1.0.bb | |
| parent | fcc456ee4b8f619134abb4649db53c638074082c (diff) | |
| download | poky-bb6ddc3691ab04162ec5fd69a2d5e7876713fd15.tar.gz | |
Convert to new override syntax
This is the result of automated script conversion:
scripts/contrib/convert-overrides.py <oe-core directory>
converting the metadata to use ":" as the override character instead of "_".
(From OE-Core rev: 42344347be29f0997cc2f7636d9603b1fe1875ae)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-setuptools_57.1.0.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-setuptools_57.1.0.bb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb index c066d8209f..63c0fe97ff 100644 --- a/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb +++ b/meta/recipes-devtools/python/python3-setuptools_57.1.0.bb | |||
| @@ -6,7 +6,7 @@ LIC_FILES_CHKSUM = "file://LICENSE;beginline=1;endline=19;md5=7a7126e068206290f3 | |||
| 6 | 6 | ||
| 7 | inherit pypi setuptools3 | 7 | inherit pypi setuptools3 |
| 8 | 8 | ||
| 9 | SRC_URI_append_class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" | 9 | SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-easy_install.patch" |
| 10 | 10 | ||
| 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" | 11 | SRC_URI += "file://0001-change-shebang-to-python3.patch" |
| 12 | 12 | ||
| @@ -14,7 +14,7 @@ SRC_URI[sha256sum] = "cfca9c97e7eebbc8abe18d5e5e962a08dcad55bb63afddd82d681de4d2 | |||
| 14 | 14 | ||
| 15 | DEPENDS += "${PYTHON_PN}" | 15 | DEPENDS += "${PYTHON_PN}" |
| 16 | 16 | ||
| 17 | RDEPENDS_${PN} = "\ | 17 | RDEPENDS:${PN} = "\ |
| 18 | ${PYTHON_PN}-2to3 \ | 18 | ${PYTHON_PN}-2to3 \ |
| 19 | ${PYTHON_PN}-compile \ | 19 | ${PYTHON_PN}-compile \ |
| 20 | ${PYTHON_PN}-compression \ | 20 | ${PYTHON_PN}-compression \ |
| @@ -36,7 +36,7 @@ RDEPENDS_${PN} = "\ | |||
| 36 | ${PYTHON_PN}-xml \ | 36 | ${PYTHON_PN}-xml \ |
| 37 | " | 37 | " |
| 38 | 38 | ||
| 39 | do_install_prepend() { | 39 | do_install:prepend() { |
| 40 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} | 40 | install -d ${D}${PYTHON_SITEPACKAGES_DIR} |
| 41 | } | 41 | } |
| 42 | 42 | ||
| @@ -46,8 +46,8 @@ BBCLASSEXTEND = "native nativesdk" | |||
| 46 | # and easy_install. Ship it in a separate package so that it can be used by | 46 | # and easy_install. Ship it in a separate package so that it can be used by |
| 47 | # minimal distributions. | 47 | # minimal distributions. |
| 48 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " | 48 | PACKAGES =+ "${PYTHON_PN}-pkg-resources " |
| 49 | FILES_${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" | 49 | FILES:${PYTHON_PN}-pkg-resources = "${PYTHON_SITEPACKAGES_DIR}/pkg_resources/*" |
| 50 | RDEPENDS_${PYTHON_PN}-pkg-resources = "\ | 50 | RDEPENDS:${PYTHON_PN}-pkg-resources = "\ |
| 51 | ${PYTHON_PN}-compression \ | 51 | ${PYTHON_PN}-compression \ |
| 52 | ${PYTHON_PN}-email \ | 52 | ${PYTHON_PN}-email \ |
| 53 | ${PYTHON_PN}-plistlib \ | 53 | ${PYTHON_PN}-plistlib \ |
