diff options
| -rw-r--r-- | meta/classes-recipe/python_mesonpy.bbclass | 2 | ||||
| -rw-r--r-- | meta/classes-recipe/python_pep517.bbclass | 3 |
2 files changed, 3 insertions, 2 deletions
diff --git a/meta/classes-recipe/python_mesonpy.bbclass b/meta/classes-recipe/python_mesonpy.bbclass index 81c087c7c7..37b231cef5 100644 --- a/meta/classes-recipe/python_mesonpy.bbclass +++ b/meta/classes-recipe/python_mesonpy.bbclass | |||
| @@ -17,8 +17,6 @@ meson_do_qa_configure () { | |||
| 17 | # ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one. | 17 | # ERROR: Got argument buildtype as both -Dbuildtype and --buildtype. Pick one. |
| 18 | MESONOPTS:remove = "--buildtype ${MESON_BUILDTYPE}" | 18 | MESONOPTS:remove = "--buildtype ${MESON_BUILDTYPE}" |
| 19 | 19 | ||
| 20 | CONFIGURE_FILES = "pyproject.toml" | ||
| 21 | |||
| 22 | DEPENDS += "python3-wheel-native python3-meson-python-native" | 20 | DEPENDS += "python3-wheel-native python3-meson-python-native" |
| 23 | 21 | ||
| 24 | def mesonpy_get_args(d): | 22 | def mesonpy_get_args(d): |
diff --git a/meta/classes-recipe/python_pep517.bbclass b/meta/classes-recipe/python_pep517.bbclass index e8cd1923ef..2c144d39b3 100644 --- a/meta/classes-recipe/python_pep517.bbclass +++ b/meta/classes-recipe/python_pep517.bbclass | |||
| @@ -61,3 +61,6 @@ python_pep517_do_bootstrap_install () { | |||
| 61 | } | 61 | } |
| 62 | 62 | ||
| 63 | EXPORT_FUNCTIONS do_configure do_compile do_install | 63 | EXPORT_FUNCTIONS do_configure do_compile do_install |
| 64 | |||
| 65 | # Tell externalsrc this changing means it needs to reconfigure | ||
| 66 | CONFIGURE_FILES += "pyproject.toml" | ||
