diff options
| author | Ross Burton <ross.burton@arm.com> | 2024-11-08 11:55:58 +0000 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-11-12 23:54:35 +0000 |
| commit | 8d0c2c9e3ca916fc84923413683a34b4c961695a (patch) | |
| tree | 1e440cbdc673d10f54ec3c50a6d7eb9e8dc6d536 /meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb | |
| parent | 64b6e8580842949be58f97f4dff91d1f097c4020 (diff) | |
| download | poky-8d0c2c9e3ca916fc84923413683a34b4c961695a.tar.gz | |
python3-*: inherit cython
Change recipes that depend on python3-cython-native to inherit cython
instead.
(From OE-Core rev: 8217b61c3838d4a43b63b78c5121d657f52b4b2b)
Signed-off-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb')
| -rw-r--r-- | meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb b/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb index 10e61274b0..9f9320a594 100644 --- a/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb +++ b/meta/recipes-devtools/python/python3-pyyaml_6.0.2.bb | |||
| @@ -4,8 +4,6 @@ HOMEPAGE = "https://pyyaml.org/" | |||
| 4 | LICENSE = "MIT" | 4 | LICENSE = "MIT" |
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" | 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=6d8242660a8371add5fe547adf083079" |
| 6 | 6 | ||
| 7 | DEPENDS += "python3-cython-native" | ||
| 8 | |||
| 9 | SRC_URI[sha256sum] = "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" | 7 | SRC_URI[sha256sum] = "d584d9ec91ad65861cc08d42e834324ef890a082e591037abe114850ff7bbc3e" |
| 10 | 8 | ||
| 11 | SRC_URI += "\ | 9 | SRC_URI += "\ |
| @@ -16,7 +14,7 @@ SRC_URI[test.sha256sum] = "b6a8a2825d89fdc8aee226560f66b8196e872012a0ea7118cbef1 | |||
| 16 | 14 | ||
| 17 | UPSTREAM_CHECK_PYPI_PACKAGE = "PyYAML" | 15 | UPSTREAM_CHECK_PYPI_PACKAGE = "PyYAML" |
| 18 | 16 | ||
| 19 | inherit pypi python_setuptools_build_meta ptest | 17 | inherit pypi python_setuptools_build_meta ptest cython |
| 20 | 18 | ||
| 21 | PACKAGECONFIG ?= "libyaml" | 19 | PACKAGECONFIG ?= "libyaml" |
| 22 | PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml" | 20 | PACKAGECONFIG[libyaml] = "--with-libyaml,--without-libyaml,libyaml" |
