diff options
Diffstat (limited to 'meta-python/recipes-devtools')
| -rw-r--r-- | meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb b/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb index 1591be0912..35a192a268 100644 --- a/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb +++ b/meta-python/recipes-devtools/python/python3-ninja_1.13.0.bb | |||
| @@ -14,6 +14,11 @@ DEPENDS += "python3-setuptools-scm-native" | |||
| 14 | 14 | ||
| 15 | do_install:append () { | 15 | do_install:append () { |
| 16 | rm -rf ${D}${bindir} | 16 | rm -rf ${D}${bindir} |
| 17 | install -m 0644 ${S}/ninja-upstream/misc/ninja_syntax.py ${D}${PYTHON_SITEPACKAGES_DIR}/ninja/ninja_syntax.py | ||
| 18 | } | ||
| 19 | |||
| 20 | do_configure:prepend() { | ||
| 21 | echo 'version = "${PV}"' > ${S}/src/ninja/_version.py | ||
| 17 | } | 22 | } |
| 18 | 23 | ||
| 19 | RDEPENDS:${PN} = " \ | 24 | RDEPENDS:${PN} = " \ |
