From 7f6966555c8683134296305b5a2e2a99b643af56 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Fri, 11 Mar 2022 12:02:04 +0000 Subject: 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 Signed-off-by: Richard Purdie --- meta/recipes-support/bmap-tools/bmap-tools_git.bb | 2 -- 1 file changed, 2 deletions(-) (limited to 'meta/recipes-support') 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 inherit setuptools3 -PIP_INSTALL_PACKAGE = "bmap_tools" - BBCLASSEXTEND = "native nativesdk" -- cgit v1.2.3-54-g00ecf