summaryrefslogtreecommitdiff
path: root/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb')
-rw-r--r--meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb25
1 files changed, 0 insertions, 25 deletions
diff --git a/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb b/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
deleted file mode 100644
index 3b9077f326..0000000000
--- a/meta-openembedded/meta-python/recipes-devtools/python/python3-ninja_1.11.1.bb
+++ /dev/null
@@ -1,25 +0,0 @@
-SUMMARY = "Ninja is a small build system with a focus on speed"
-LICENSE = "Apache-2.0"
-LIC_FILES_CHKSUM = "file://LICENSE_Apache_20;md5=19cbd64715b51267a47bf3750cc6a8a5"
-
-PYPI_PACKAGE = "ninja"
-PYPI_ARCHIVE_NAME_PREFIX = "pypi-"
-
-inherit pypi python_setuptools_build_meta
-SRC_URI[sha256sum] = "c833a47d39b2d1eee3f9ca886fa1581efd5be6068b82734ac229961ee8748f90"
-
-SRC_URI += "file://no-scikit-build.patch \
- file://run-ninja-from-path.patch"
-
-do_install:append () {
- rm -rf ${D}${bindir}
-}
-
-RDEPENDS:${PN} = " \
- ninja \
- python3-io \
- python3-json \
- python3-ninja-syntax \
-"
-
-BBCLASSEXTEND = "native nativesdk"