summaryrefslogtreecommitdiffstats
path: root/meta
diff options
context:
space:
mode:
authorRoss Burton <ross@burtonini.com>2022-03-11 12:02:04 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-03-12 09:20:03 +0000
commit7f6966555c8683134296305b5a2e2a99b643af56 (patch)
tree55f8d549f6a5c4572faa182f98e542153bb8f2a6 /meta
parentb538705ed597d67b2a62c5985dbf59e7f71c0e63 (diff)
downloadpoky-7f6966555c8683134296305b5a2e2a99b643af56.tar.gz
meta: remove obsolete PIP_INSTALL_PACKAGE
PIP_INSTALL_PACKAGE isn't used anymore, so remove all instances of it from the recipes. (From OE-Core rev: 15baf24f750ab2c8b0a46d4a3bf2ae9bfa3d0aff) Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta')
-rw-r--r--meta/recipes-devtools/meson/meson_0.61.2.bb2
-rw-r--r--meta/recipes-devtools/python/python3-dbusmock_0.26.1.bb1
-rw-r--r--meta/recipes-devtools/python/python3-flit-core_3.7.1.bb1
-rw-r--r--meta/recipes-devtools/python/python3-libarchive-c_4.0.bb2
-rw-r--r--meta/recipes-devtools/python/python3-magic_0.4.25.bb1
-rw-r--r--meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb2
-rw-r--r--meta/recipes-devtools/python/python3-numpy_1.22.2.bb1
-rw-r--r--meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb2
-rw-r--r--meta/recipes-devtools/python/python3-subunit_1.4.0.bb2
-rw-r--r--meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb1
-rw-r--r--meta/recipes-gnome/gi-docgen/gi-docgen_git.bb1
-rw-r--r--meta/recipes-support/bmap-tools/bmap-tools_git.bb2
12 files changed, 0 insertions, 18 deletions
diff --git a/meta/recipes-devtools/meson/meson_0.61.2.bb b/meta/recipes-devtools/meson/meson_0.61.2.bb
index a51db1e3d4..8304bfdac9 100644
--- a/meta/recipes-devtools/meson/meson_0.61.2.bb
+++ b/meta/recipes-devtools/meson/meson_0.61.2.bb
@@ -23,8 +23,6 @@ UPSTREAM_CHECK_REGEX = "meson-(?P<pver>\d+(\.\d+)+)\.tar"
23 23
24inherit setuptools_build_meta 24inherit setuptools_build_meta
25 25
26PIP_INSTALL_PACKAGE = "meson"
27
28RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources" 26RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources"
29 27
30FILES:${PN} += "${datadir}/polkit-1" 28FILES:${PN} += "${datadir}/polkit-1"
diff --git a/meta/recipes-devtools/python/python3-dbusmock_0.26.1.bb b/meta/recipes-devtools/python/python3-dbusmock_0.26.1.bb
index d892ac9804..dc98810726 100644
--- a/meta/recipes-devtools/python/python3-dbusmock_0.26.1.bb
+++ b/meta/recipes-devtools/python/python3-dbusmock_0.26.1.bb
@@ -7,7 +7,6 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=e6a600fd5e1d9cbde2d983680233ad02"
7SRC_URI[sha256sum] = "0e95ef6ec1e6b58aeb0e08839a76972debea94184570f09e29e5f12551399e55" 7SRC_URI[sha256sum] = "0e95ef6ec1e6b58aeb0e08839a76972debea94184570f09e29e5f12551399e55"
8 8
9PYPI_PACKAGE = "python-dbusmock" 9PYPI_PACKAGE = "python-dbusmock"
10PIP_INSTALL_PACKAGE = "python_dbusmock"
11 10
12inherit pypi setuptools3 11inherit pypi setuptools3
13 12
diff --git a/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb b/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb
index c6bc24555e..1f14345d50 100644
--- a/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb
+++ b/meta/recipes-devtools/python/python3-flit-core_3.7.1.bb
@@ -19,7 +19,6 @@ DEPENDS:append:class-native = " unzip-native"
19# We need the full flit tarball 19# We need the full flit tarball
20PYPI_PACKAGE = "flit" 20PYPI_PACKAGE = "flit"
21PEP517_SOURCE_PATH = "${S}/flit_core" 21PEP517_SOURCE_PATH = "${S}/flit_core"
22PIP_INSTALL_PACKAGE = "flit_core"
23 22
24do_install:class-native () { 23do_install:class-native () {
25 pip_install_wheel_do_bootstrap_install 24 pip_install_wheel_do_bootstrap_install
diff --git a/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb b/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb
index 99837848a6..3c6bc1e1ca 100644
--- a/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb
+++ b/meta/recipes-devtools/python/python3-libarchive-c_4.0.bb
@@ -9,8 +9,6 @@ PYPI_PACKAGE = "libarchive-c"
9 9
10inherit pypi setuptools3 10inherit pypi setuptools3
11 11
12PIP_INSTALL_PACKAGE = "libarchive_c"
13
14SRC_URI[sha256sum] = "a5b41ade94ba58b198d778e68000f6b7de41da768de7140c984f71d7fa8416e5" 12SRC_URI[sha256sum] = "a5b41ade94ba58b198d778e68000f6b7de41da768de7140c984f71d7fa8416e5"
15 13
16RDEPENDS:${PN} += "\ 14RDEPENDS:${PN} += "\
diff --git a/meta/recipes-devtools/python/python3-magic_0.4.25.bb b/meta/recipes-devtools/python/python3-magic_0.4.25.bb
index bd46b294ae..efc8b6daaa 100644
--- a/meta/recipes-devtools/python/python3-magic_0.4.25.bb
+++ b/meta/recipes-devtools/python/python3-magic_0.4.25.bb
@@ -8,7 +8,6 @@ LICENSE = "MIT"
8LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3" 8LIC_FILES_CHKSUM = "file://LICENSE;md5=61495c152d794e6be5799a9edca149e3"
9 9
10PYPI_PACKAGE = "python-magic" 10PYPI_PACKAGE = "python-magic"
11PIP_INSTALL_PACKAGE = "python_magic"
12 11
13inherit pypi setuptools3 12inherit pypi setuptools3
14 13
diff --git a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb b/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb
index 5788af3f71..c1e34b205d 100644
--- a/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb
+++ b/meta/recipes-devtools/python/python3-more-itertools_8.12.0.bb
@@ -7,8 +7,6 @@ SRC_URI[sha256sum] = "7dc6ad46f05f545f900dd59e8dfb4e84a4827b97b3cfecb175ea0c7d24
7 7
8inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest
9 9
10PIP_INSTALL_PACKAGE = "more_itertools"
11
12SRC_URI += " \ 10SRC_URI += " \
13 file://run-ptest \ 11 file://run-ptest \
14" 12"
diff --git a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb b/meta/recipes-devtools/python/python3-numpy_1.22.2.bb
index 43e7427eab..6ceb451ff3 100644
--- a/meta/recipes-devtools/python/python3-numpy_1.22.2.bb
+++ b/meta/recipes-devtools/python/python3-numpy_1.22.2.bb
@@ -20,7 +20,6 @@ UPSTREAM_CHECK_REGEX = "(?P<pver>\d+(\.\d+)+)\.tar"
20DEPENDS += "python3-cython-native" 20DEPENDS += "python3-cython-native"
21 21
22inherit ptest setuptools3 22inherit ptest setuptools3
23PIP_INSTALL_PACKAGE = "numpy"
24 23
25S = "${WORKDIR}/numpy-${PV}" 24S = "${WORKDIR}/numpy-${PV}"
26 25
diff --git a/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
index b592cb95d4..c377c3bfb0 100644
--- a/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
+++ b/meta/recipes-devtools/python/python3-strict-rfc3339_0.7.bb
@@ -8,6 +8,4 @@ SRC_URI[sha256sum] = "5cad17bedfc3af57b399db0fed32771f18fc54bbd917e85546088607ac
8 8
9inherit pypi setuptools3 9inherit pypi setuptools3
10 10
11PIP_INSTALL_PACKAGE = "strict_rfc3339"
12
13BBCLASSEXTEND = "native nativesdk" 11BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb b/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
index bc49a2b69e..e4e3bf191d 100644
--- a/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
+++ b/meta/recipes-devtools/python/python3-subunit_1.4.0.bb
@@ -10,8 +10,6 @@ SRC_URI[sha256sum] = "042039928120fbf392e8c983d60f3d8ae1b88f90a9f8fd7188ddd9c26c
10 10
11inherit pypi setuptools3 11inherit pypi setuptools3
12 12
13PIP_INSTALL_PACKAGE = "python_subunit"
14
15RDEPENDS:${PN} = " python3-testtools" 13RDEPENDS:${PN} = " python3-testtools"
16 14
17BBCLASSEXTEND = "nativesdk" 15BBCLASSEXTEND = "nativesdk"
diff --git a/meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb b/meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb
index 484250b33e..4ab9edbce4 100644
--- a/meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb
+++ b/meta/recipes-extended/asciidoc/asciidoc_10.1.4.bb
@@ -21,7 +21,6 @@ S = "${WORKDIR}/git"
21export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog" 21export SGML_CATALOG_FILES="file://${STAGING_ETCDIR_NATIVE}/xml/catalog"
22 22
23inherit setuptools3 23inherit setuptools3
24PIP_INSTALL_PACKAGE = "asciidoc"
25CLEANBROKEN = "1" 24CLEANBROKEN = "1"
26 25
27BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"
diff --git a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb
index 67617fca39..6a7124c3fe 100644
--- a/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb
+++ b/meta/recipes-gnome/gi-docgen/gi-docgen_git.bb
@@ -16,7 +16,6 @@ SRCREV = "37b04455ff58cb2ec3f58917d0737c435344f2fb"
16S = "${WORKDIR}/git" 16S = "${WORKDIR}/git"
17 17
18inherit setuptools3 18inherit setuptools3
19PIP_INSTALL_PACKAGE = "gi_docgen"
20 19
21RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml" 20RDEPENDS:${PN} += "python3-asyncio python3-core python3-jinja2 python3-json python3-markdown python3-markupsafe python3-pygments python3-toml python3-typogrify python3-xml"
22 21
diff --git a/meta/recipes-support/bmap-tools/bmap-tools_git.bb b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
index 2999fdcea1..78c51e7731 100644
--- a/meta/recipes-support/bmap-tools/bmap-tools_git.bb
+++ b/meta/recipes-support/bmap-tools/bmap-tools_git.bb
@@ -23,6 +23,4 @@ RDEPENDS:${PN} = "python3-core python3-compression python3-mmap python3-setuptoo
23 23
24inherit setuptools3 24inherit setuptools3
25 25
26PIP_INSTALL_PACKAGE = "bmap_tools"
27
28BBCLASSEXTEND = "native nativesdk" 26BBCLASSEXTEND = "native nativesdk"