summaryrefslogtreecommitdiffstats
path: root/scripts/sstate-sysroot-cruft.sh
diff options
context:
space:
mode:
authorChen Qi <Qi.Chen@windriver.com>2022-11-17 19:14:10 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-11-20 08:29:08 +0000
commitbab3b8676662de92e34ac7ed3fe52745df1c9a9e (patch)
treeae6438278b9d135d2841c9af01cd7503c729b821 /scripts/sstate-sysroot-cruft.sh
parent2143dfd9ad443e33929b18098a188ea0514e4488 (diff)
downloadpoky-bab3b8676662de92e34ac7ed3fe52745df1c9a9e.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: 1b0581fd241cc9de2feda896aefbf055dc0099dc) Signed-off-by: Chen Qi <Qi.Chen@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts/sstate-sysroot-cruft.sh')
0 files changed, 0 insertions, 0 deletions