summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/python/python3-picobuild_0.2.bb
diff options
context:
space:
mode:
authorRoss Burton <ross.burton@arm.com>2023-01-12 11:23:36 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-13 17:32:46 +0000
commitcb96e0e3ecbf841e3f39845cb8800c917f4d33db (patch)
tree2e7289444d28bcab1aa125a00d36b637c5239838 /meta/recipes-devtools/python/python3-picobuild_0.2.bb
parentadedac2b3392a86422c5b94fe0ec761304742a9e (diff)
downloadpoky-cb96e0e3ecbf841e3f39845cb8800c917f4d33db.tar.gz
python3-picobuild: remove
We've moved to using python3-build, so this can be removed. (From OE-Core rev: 4ea299e16a37eac3f65ed4b2e5891e8adaad95d5) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/python/python3-picobuild_0.2.bb')
-rw-r--r--meta/recipes-devtools/python/python3-picobuild_0.2.bb23
1 files changed, 0 insertions, 23 deletions
diff --git a/meta/recipes-devtools/python/python3-picobuild_0.2.bb b/meta/recipes-devtools/python/python3-picobuild_0.2.bb
deleted file mode 100644
index 99e4cb8761..0000000000
--- a/meta/recipes-devtools/python/python3-picobuild_0.2.bb
+++ /dev/null
@@ -1,23 +0,0 @@
1SUMMARY = "Library and tool for installing Python wheels"
2HOMEPAGE = "https://gitlab.com/rossburton/picobuild"
3LICENSE = "MIT & ( Apache-2.0 | BSD-2-Clause)"
4
5LIC_FILES_CHKSUM = "file://LICENSE;md5=6c811a9fbdf5641ff0b0d43fbbb440e5 \
6 file://picobuild/vendored/packaging/LICENSE.APACHE;md5=2ee41112a44fe7014dce33e26468ba93 \
7 file://picobuild/vendored/packaging/LICENSE.BSD;md5=7bef9bf4a8e4263634d0597e7ba100b8 \
8 file://picobuild/vendored/pep517/LICENSE;md5=aad69c93f605003e3342b174d9b0708c \
9 file://picobuild/vendored/pyparsing/LICENSE;md5=657a566233888513e1f07ba13e2f47f1 \
10 file://picobuild/vendored/tomli/LICENSE;md5=aaaaf0879d17df0110d1aa8c8c9f46f5 \
11 "
12
13SRC_URI = "git://gitlab.com/rossburton/picobuild.git;protocol=https;branch=main"
14SRCREV = "ed3b16ce48d91df181e5f5d77b9bbc2577b3fd9d"
15PV .= "+git${SRCPV}"
16
17S = "${WORKDIR}/git"
18
19inherit python_flit_core
20
21DEPENDS:remove:class-native = "python3-picobuild-native"
22
23BBCLASSEXTEND = "native nativesdk"