diff options
author | Ross Burton <ross@burtonini.com> | 2022-03-11 12:02:04 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-12 09:20:03 +0000 |
commit | 7f6966555c8683134296305b5a2e2a99b643af56 (patch) | |
tree | 55f8d549f6a5c4572faa182f98e542153bb8f2a6 /meta/recipes-devtools/meson | |
parent | b538705ed597d67b2a62c5985dbf59e7f71c0e63 (diff) | |
download | poky-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/recipes-devtools/meson')
-rw-r--r-- | meta/recipes-devtools/meson/meson_0.61.2.bb | 2 |
1 files changed, 0 insertions, 2 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 | ||
24 | inherit setuptools_build_meta | 24 | inherit setuptools_build_meta |
25 | 25 | ||
26 | PIP_INSTALL_PACKAGE = "meson" | ||
27 | |||
28 | RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources" | 26 | RDEPENDS:${PN} = "ninja python3-modules python3-pkg-resources" |
29 | 27 | ||
30 | FILES:${PN} += "${datadir}/polkit-1" | 28 | FILES:${PN} += "${datadir}/polkit-1" |