summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-24 16:59:58 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-27 23:54:45 +0000
commit56f7aa4cc0256aff96a1d720bd1931ea9a9bac8a (patch)
tree3076d96a2c60e41cd74ceb0a530b5f8fd1656161
parentadb939ae3635de6e02208859fbf29cf0ed39f565 (diff)
downloadopenembedded-core-contrib-56f7aa4cc0256aff96a1d720bd1931ea9a9bac8a.tar.gz
base: Drop do_package base definition
I can't see how anyone would be using this very old package function definition since package.bbclass is always inherited in modern OE. All it seems to do is waste CPU cycles. Drop it and it's associated EXPORT_FUNCTIONS entry. Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
-rw-r--r--meta/classes-global/base.bbclass6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta/classes-global/base.bbclass b/meta/classes-global/base.bbclass
index 8203f54519..c81aa51ef3 100644
--- a/meta/classes-global/base.bbclass
+++ b/meta/classes-global/base.bbclass
@@ -381,10 +381,6 @@ base_do_install() {
:
}
-base_do_package() {
- :
-}
-
addtask build after do_populate_sysroot
do_build[noexec] = "1"
do_build[recrdeptask] += "do_deploy"
@@ -786,4 +782,4 @@ python do_cleanall() {
do_cleanall[nostamp] = "1"
-EXPORT_FUNCTIONS do_fetch do_unpack do_configure do_compile do_install do_package
+EXPORT_FUNCTIONS do_fetch do_unpack do_configure do_compile do_install