diff options
author | Chen Qi <Qi.Chen@windriver.com> | 2022-11-17 19:14:10 +0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-07 15:02:50 +0000 |
commit | aab2e8c37d95e14d623e26b08120a949cee6d4a3 (patch) | |
tree | a7aaa27ade45294d4ea2b53ba0f48c09e7b7e1bd /scripts/lib/buildstats.py | |
parent | bea7e0112cb96d95e35c53ad68e4899cfb200c22 (diff) | |
download | poky-aab2e8c37d95e14d623e26b08120a949cee6d4a3.tar.gz |
resolvconf: make it work
The current resolvconf does not work. Make it work with the
following changes.
1. Install normalize-resolvconf, which is used by resolvconf.
2. Add dependencies: sed, util-linux-flock.
util-linux-flock is needed by our busybox does not support '-w'
by default. sed is needed because we want to avoid package
QA issue complaining sed is needed by no one provides it.
3. Add a patch to replace 'readlink -m' with 'readlink -l'.
This could avoid the runtime dependency on coreutils. The replacement
is safe as /etc always exits in OE's system.
4. Remove allarch inheritage. This is because the above RDEPENDS
change does not allow this any more. test_sstate_allarch_samesigs
would fail if we don't do this.
(From OE-Core rev: aba0164359347e062cf64bcc6bb34ed08c2377b5)
Signed-off-by: Chen Qi <Qi.Chen@windriver.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
(cherry picked from commit 1b0581fd241cc9de2feda896aefbf055dc0099dc)
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/lib/buildstats.py')
0 files changed, 0 insertions, 0 deletions