diff options
| author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-30 17:15:14 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2024-05-31 16:58:36 +0100 |
| commit | 6b9eb4e9f04387b68e1b55e06b0d91edfa572abb (patch) | |
| tree | 109ab229eedec3d928449df270885dd54c097ca7 /meta/classes-recipe/autotools.bbclass | |
| parent | 8fc598580e0222c022fedec79233b6de2320b0c4 (diff) | |
| download | poky-6b9eb4e9f04387b68e1b55e06b0d91edfa572abb.tar.gz | |
siteconfig: Drop siteconfig class/code/support
The siteconfig code was only used for 5 cache values. The complexity added to sstate
to support this code was considerable and the runtime much more significant than
any benefit the cache files would have added. Drop the support for this which
was only used minimally for ncurses and zlib.
(From OE-Core rev: f3766dc038f7ba9780ddaf5eb8d27385ea31d7d0)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/classes-recipe/autotools.bbclass')
| -rw-r--r-- | meta/classes-recipe/autotools.bbclass | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/meta/classes-recipe/autotools.bbclass b/meta/classes-recipe/autotools.bbclass index 9359c9b4e1..7ee1b0d9c7 100644 --- a/meta/classes-recipe/autotools.bbclass +++ b/meta/classes-recipe/autotools.bbclass | |||
| @@ -254,8 +254,6 @@ autotools_do_install() { | |||
| 254 | fi | 254 | fi |
| 255 | } | 255 | } |
| 256 | 256 | ||
| 257 | inherit siteconfig | ||
| 258 | |||
| 259 | EXPORT_FUNCTIONS do_configure do_compile do_install | 257 | EXPORT_FUNCTIONS do_configure do_compile do_install |
| 260 | 258 | ||
| 261 | B = "${WORKDIR}/build" | 259 | B = "${WORKDIR}/build" |
